Merge pull request #1830 from my-git9/mygit4

add comment for value.yaml
This commit is contained in:
karmada-bot 2022-05-19 10:40:47 +08:00 committed by GitHub
commit 29dd2766be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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