Example Apps to Demonstrate Argo CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

28 lines
577 B

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonLabels:
app: minio
resources:
- deployment.yaml
- secret.yaml
- service.yaml
- persistent-volume-claim.yaml
configMapGenerator:
- name: pipeline-minio-parameters
env: params.env
generatorOptions:
disableNameSuffixHash: true
vars:
- name: minioPvcName
objref:
kind: ConfigMap
name: pipeline-minio-parameters
apiVersion: v1
fieldref:
fieldpath: data.minioPvcName
images:
- name: minio/minio
newTag: RELEASE.2018-02-09T22-40-05Z
newName: minio/minio
configurations:
- params.yaml