travisghansen / kubernetes-pfsense-controller

Integrate Kubernetes and pfSense
Apache License 2.0
197 stars 22 forks source link

Where do I actually put the plugins? #24

Closed 2fst4u closed 1 year ago

2fst4u commented 1 year ago

This looks like exactly what I'm looking for and I'm familiar with deploying via helm, but forgive me where do I actually put the plugin configs? I can't see the settings in the values.yml

I'm sure I'm missing something simple.

travisghansen commented 1 year ago

Welcome! https://github.com/travisghansen/kubernetes-pfsense-controller-chart/blob/master/stable/kubernetes-pfsense-controller/templates/config.yaml#L10

travisghansen commented 1 year ago

https://github.com/travisghansen/kubernetes-pfsense-controller-chart/blob/master/stable/kubernetes-pfsense-controller/values.yaml#L11-L16

2fst4u commented 1 year ago

AHA I knew it would be something silly. Thank you.

Next question though, I can't figure out how to add my pfsense password as an existing secret rather than putting it in the values.yml. Can that be done?

2fst4u commented 1 year ago

Never mind I just templated the chart instead and used my own secret. I have other issues though so I'll open new issues for them. Thanks.