apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../base # Development-specific patches patchesStrategicMerge: - deployment-patch.yaml # Development-specific configurations images: - name: math-exercises newName: math-exercises newTag: dev-latest # Development-specific labels commonLabels: environment: development security-level: standard secretGenerator: - name: s3-credentials envs: - s3-credentials.env