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
Add optional clusterRole and clusterRoleBinding (#71)
* add cluster role and cluster role binding for the new configreloader
* add comments about clusterroles
* helm-docs: automated action
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
6
6
@@ -21,7 +21,7 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
21
21
| autoscaling.targetCPUUtilizationPercentage | int |`80`||
22
22
| configReloader.folder | string |`"/var/run/secret-plugin"`| full path on container to put secret file |
23
23
| configReloader.image.pullPolicy | string |`"IfNotPresent"`| image pullPolicy for the main container |
24
-
| configReloader.image.repository | string |`"quay.io/kiwigrid/k8s-sidecar"`| registry and repo for the configreloader image |
24
+
| configReloader.image.repository | string |`"quay.io/kiwigrid/k8s-sidecar"`| registry and repo for the configreloader image defaults to https://github.com/kiwigrid/k8s-sidecar|
25
25
| configReloader.image.tag | string |`"1.30.9"`| tag to point at for k8s-sidecar |
26
26
| configReloader.interval | int |`10`| interval to wait before retrying a check for changes (in seconds) |
27
27
| configReloader.label | string |`"argocd-appset-secret-plugin"`| the label to check for on the Secret (secretVars.existingSecret) |
@@ -36,6 +36,8 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
36
36
| nodeSelector | object |`{}`| deploy chart to a specific k8s node |
37
37
| podAnnotations | object |`{}`| any additional annotations you'd like the pod to have |
38
38
| podSecurityContext | object |`{}`| securityContext for the pod: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/|
| rbac.useExistingClusterRole | string |`""`| use existing clusterole, but still create clusterrolebinding |
39
41
| replicaCount | int |`1`| number of replica pods to create |
40
42
| resources | object |`{}`||
41
43
| secretVars.existingSecret | string |`""`| name of an existing secret to use for the secret keys to provide to applicationSets via the plugin generator |
0 commit comments