Skip to content

Instantly share code, notes, and snippets.

@GauntletWizard
Last active May 8, 2023 20:53
Show Gist options
  • Save GauntletWizard/c80250b2d8943d068744af0cb4de6013 to your computer and use it in GitHub Desktop.
Save GauntletWizard/c80250b2d8943d068744af0cb4de6013 to your computer and use it in GitHub Desktop.
Basic kustomize file
bases:
- ../base
patches:
- deployment.patch.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
patches:
- path: deployment.patch.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment