Skip to content

Commit 648af8c

Browse files
authored
Merge pull request #915 from rackerlabs/kustomize-build-options
fix: allow outside dir files in kustomization.yaml
2 parents 6629285 + 16d8c0d commit 648af8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/argocd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ configs:
1919
params:
2020
server.insecure: true
2121
cm:
22-
kustomize.buildOptions: --enable-helm
22+
kustomize.buildOptions: --enable-helm --load-restrictor LoadRestrictionsNone
2323
resource.exclusions: |
2424
- apiGroups:
2525
- cilium.io

0 commit comments

Comments
 (0)