Skip to content

Commit

Permalink
add comment for value.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: xin.li <[email protected]>
  • Loading branch information
my-git9 committed May 18, 2022
1 parent 48c9866 commit 21b080e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,19 @@ components: []

## pre-install job config
preInstallJob:
## @param preInstallJob.initContainerImage image of the pre-install job's initContainer
initContainerImage: cfssl/cfssl
## @param preInstallJob.preInstallContainerImage image of the pre-install job
preInstallContainerImage: bitnami/kubectl:latest

## post-install job config
postInstallJob:
## @param postInstallJob.postInstallContainerImage image of the post-install job
postInstallContainerImage: bitnami/kubectl:latest

## post-delete job config
postDeleteJob:
## @param postDeleteJob.postDeleteContainerImage image of the post-delete job
postDeleteContainerImage: bitnami/kubectl:latest

## karmada certificate config
Expand Down

0 comments on commit 21b080e

Please sign in to comment.