Skip to content

Commit

Permalink
Update kustomization-patch.yaml.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jun 16, 2024
1 parent 24fb774 commit b465dea
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions templates/kustomization-patch.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
%{ if length(patches) > 0 }
patches:
- patch: |
${patches}
%{ endif }
${kustomization}

0 comments on commit b465dea

Please sign in to comment.