diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 825083400..6c19c81f5 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -1,13 +1,3 @@ -# Adds namespace to all resources. -namespace: csi-addons-system - -# Value of this field is prepended to the -# names of all resources, e.g. a deployment named -# "wordpress" becomes "alices-wordpress". -# Note that it should also match with the prefix (text before '-') of the namespace -# field above. -namePrefix: csi-addons- - # Labels to add to all resources and selectors. #commonLabels: # someName: someValue diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 98ef21b5b..30c5fb986 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -1,3 +1,13 @@ +# Adds namespace to all resources. +namespace: csi-addons-system + +# Value of this field is prepended to the +# names of all resources, e.g. a deployment named +# "wordpress" becomes "alices-wordpress". +# Note that it should also match with the prefix (text before '-') of the namespace +# field above. +namePrefix: csi-addons- + resources: - manager.yaml diff --git a/config/rbac/kustomization.yaml b/config/rbac/kustomization.yaml index 731832a6a..505c247e0 100644 --- a/config/rbac/kustomization.yaml +++ b/config/rbac/kustomization.yaml @@ -1,3 +1,13 @@ +# Adds namespace to all resources. +namespace: csi-addons-system + +# Value of this field is prepended to the +# names of all resources, e.g. a deployment named +# "wordpress" becomes "alices-wordpress". +# Note that it should also match with the prefix (text before '-') of the namespace +# field above. +namePrefix: csi-addons- + resources: # All RBAC will be applied under this service account in # the deployment namespace. You may comment out this resource