Skip to content

Commit 59ea5ab

Browse files
committed
clean up comments a bit more
1 parent bbc5602 commit 59ea5ab

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

charts/appset-secret-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
2828
| image.repository | string | `"jessebot/argocd-appset-secret-plugin"` | image repo to use for the docker container |
2929
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
3030
| imagePullSecrets | list | `[]` | |
31-
| logging.level | string | `"warning"` | logging level for docker container. Can be one of: debug, info, warning, error |
31+
| logging.level | string | `"warning"` | logging level for secret-plugin docker container Can be one of: debug, info, warning, error |
3232
| nameOverride | string | `""` | override the autogenerated name of this helm chart release |
3333
| nodeSelector | object | `{}` | deploy chart to a specific k8s node |
3434
| podAnnotations | object | `{}` | any additional annotations you'd like the pod to have |

charts/appset-secret-plugin/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ token:
3131
existingSecret: ""
3232

3333
logging:
34-
# -- logging level for docker container. Can be one of: debug, info, warning, error
34+
# -- logging level for secret-plugin docker container
35+
# Can be one of: debug, info, warning, error
3536
level: warning
3637

37-
# concerns the new configReloader sidecar that automatically
38-
# loads in changes to your secrets
38+
# configReloader sidecar that automatically loads in changes to your Secret
3939
configReloader:
4040
# -- the label to check for on the Secret (secretVars.existingSecret)
4141
label: "argocd-appset-secret-plugin"
@@ -46,7 +46,6 @@ configReloader:
4646
# -- full path on container to put secret file
4747
folder: "/var/run/secret-plugin"
4848

49-
5049
serviceAccount:
5150
# -- Specifies whether a service account should be created
5251
create: true

0 commit comments

Comments
 (0)