Merge pull request #1830 from my-git9/mygit4
add comment for value.yaml
This commit is contained in:
commit
29dd2766be
|
@ -20,15 +20,19 @@ components: []
|
||||||
|
|
||||||
## pre-install job config
|
## pre-install job config
|
||||||
preInstallJob:
|
preInstallJob:
|
||||||
|
## @param preInstallJob.initContainerImage image of the pre-install job's initContainer
|
||||||
initContainerImage: cfssl/cfssl
|
initContainerImage: cfssl/cfssl
|
||||||
|
## @param preInstallJob.preInstallContainerImage image of the pre-install job
|
||||||
preInstallContainerImage: bitnami/kubectl:latest
|
preInstallContainerImage: bitnami/kubectl:latest
|
||||||
|
|
||||||
## post-install job config
|
## post-install job config
|
||||||
postInstallJob:
|
postInstallJob:
|
||||||
|
## @param postInstallJob.postInstallContainerImage image of the post-install job
|
||||||
postInstallContainerImage: bitnami/kubectl:latest
|
postInstallContainerImage: bitnami/kubectl:latest
|
||||||
|
|
||||||
## post-delete job config
|
## post-delete job config
|
||||||
postDeleteJob:
|
postDeleteJob:
|
||||||
|
## @param postDeleteJob.postDeleteContainerImage image of the post-delete job
|
||||||
postDeleteContainerImage: bitnami/kubectl:latest
|
postDeleteContainerImage: bitnami/kubectl:latest
|
||||||
|
|
||||||
## karmada certificate config
|
## karmada certificate config
|
||||||
|
|
Loading…
Reference in New Issue