namespace change
This commit is contained in:
parent
9203277a71
commit
7f80f6f621
|
|
@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- helmrelease.yaml
|
- helmrelease.yaml
|
||||||
|
- namespace.yaml
|
||||||
|
|
|
||||||
4
infrastructure/smb-csi-driver/namepsace.yaml
Normal file
4
infrastructure/smb-csi-driver/namepsace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: smb-csi-driver
|
||||||
Loading…
Reference in a new issue