Skip to content

Commit

Permalink
fix: refactors the kustomize.yaml file
Browse files Browse the repository at this point in the history
removes unused code
  • Loading branch information
axeII committed Sep 25, 2024
1 parent 7402fcf commit afd4adf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kubernetes/apps/security/pastebin/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./pvc.yaml
- ./helmrelease.yaml
- ./externalsecret.yaml
configMapGenerator:
- name: bazarr-scripts
files:
- ./scripts/post-process.sh
generatorOptions:
disableNameSuffixHash: true

0 comments on commit afd4adf

Please sign in to comment.