Skip to content

Commit

Permalink
fix: Add missing namespace references in rendered output
Browse files Browse the repository at this point in the history
This patch patches the namespace name in all generates resources. It can
still be adjusting using kustomize, but provides functional experience
for the plain manifest installation.
  • Loading branch information
SISheogorath authored and brandond committed Mar 1, 2024
1 parent 2d2f339 commit 4eacc2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: system-upgrade
resources:
- manifests/clusterrole.yaml
- manifests/clusterrolebinding.yaml
Expand Down

0 comments on commit 4eacc2d

Please sign in to comment.