cloudbees-io/Kustomize Deploy

Deploy to Kubernetes cluster using a Kustomize config

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
kustomization-base-dirPath to the base kustomize directory to apply / deployyes
kustomization-overlays-dirPath to the overlays kustomize directory to apply / deployyes
kustomize-annotationadd/set/remove the annotations key-pairs for kustomizing. value example - "{ "remove": { "name1": "", "name2": "" }, "add": { "name1": "value1", "name2": "value2" }, "set": { "name1": "value1", "name2": "value2" } }" no{}
kustomize-labeladd/set/remove the labels key-pairs for kustomizing. value example - "{ "remove": { "name1": "", "name2": "" }, "add": { "name1": "value1", "name2": "value2" }, "set": { "name1": "value1", "name2": "value2" } }" no{}
kustomize-configmap-literaladd the configmap literal keypairs for kustomizing. value example - "{ "name": "example-config", "add": { "name1": "value1", "name2": "value2" } }" no{}
kustomize-configmap-fileadd the configmap file for kustomizing. value example - "{ "name": "my-config", "add": "config.properties" }" no{}
kustomize-secret-fileadd the secret file for kustomizing. value example - "{ "name": "my-secrets", "add": "secret.properties", }" no{}
kustomize-buildmetadataadd/set/remove the build metadata for kustomizing. value example - "{ "add": ["originAnnotations"], "set": ["managedByLabel"] , "remove": ["transformerAnnotations"] }" only allowed values are originAnnotations, managedByLabel, transformerAnnotations no{}
kustomize-imageset the image for kustomizing. value example - "{ "name": "nginx:1.7.9", "newName": "nginx", "newTag": "1.7.9-alpine" }" no{}
kustomize-nameprefixset the nameprefix for kustomizing. value example - "dev-" no""
kustomize-namesuffixset the namesuffix for kustomizing. value example - "V2" no""
kustomize-namespaceset the namespace for kustomizing. value example - "dev" no""
kustomize-replicasset the replicas for kustomizing. value example - '["app:3","my-app:5"]' no[]
namedescription
kustomize_outputkustomize env variable output