You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -160,7 +156,6 @@ You can run the following command from within the `faas-netes` folder, not the c
160
156
```sh
161
157
helm upgrade openfaas --install chart/openfaas \
162
158
--namespace openfaas \
163
-
--set functionNamespace=openfaas-fn \
164
159
-f ./chart/openfaas/values.yaml \
165
160
-f ./chart/openfaas/values-pro.yaml
166
161
```
@@ -169,15 +164,16 @@ In the example above, I'm overlaying two additional YAML files for settings for
169
164
170
165
You can override specific images by adding `--set gateway.image=` for instance.
171
166
172
-
#### Generate basic-auth credentials
167
+
#### Pre-create basic-auth credentials for OpenFaaS Pro/CE
168
+
169
+
If you're using a GitOps tool like ArgoCD or Flux to install OpenFaaS, then you will need to pre-create the basic-auth credentials, so that they remain stable.
173
170
174
-
The chart has a pre-install hook which can generate basic-auth credentials, enable it with `--set generateBasicAuth=true`.
171
+
Why? The chart has a pre-install hook which can generate basic-auth credentials. It is enabled by default and can be turned off with `--set generateBasicAuth=false`.
175
172
176
-
Alternatively, you can set `generateBasicAuth`to `false` and generate or supply the basic-auth credentials yourself. This is the option you may want if you are using `helm template`.
0 commit comments