feat: update manifests and namespaces to use templated namespace variables
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kube-system
|
||||
namespace: "{{ .namespace }}"
|
||||
resources:
|
||||
- daemonset.yaml
|
||||
- runtimeclass.yaml
|
||||
|
||||
Reference in New Issue
Block a user