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
|`namespace.create`| Whether to create the namespace as part of this chart. |`true`|
105
+
|`namespace.labels`| Labels for the namespace if created as part of the chart. |`{}`|
106
+
|`namespace.annotations`| Annotations for the namespace if created as part of the chart. |`{}`|
107
+
|`imagePullSecrets`| Array of ImagePullSecret objects containing credentials for images pulled by the operator (flagdProxyConfiguration.image, flagdConfiguration.image, controllerManager.manager.image). Example: imagePullSecrets: [{"name": "my-secret"}]|`[]`|
108
+
|`labels`| Labels to apply to all of the pods in the operator. |`{}`|
109
+
|`annotations`| Annotations to apply to all of the pods in the operator. |`{}`|
110
110
111
111
### Mutating Webhook configuration
112
112
@@ -178,12 +178,6 @@ The command removes all the Kubernetes components associated with the chart and
0 commit comments