diff --git a/config/local/kustomization.yaml b/config/local/kustomization.yaml index e46e2b8..c122334 100644 --- a/config/local/kustomization.yaml +++ b/config/local/kustomization.yaml @@ -1,3 +1,5 @@ +namespace: kuadra-system + resources: - ../default diff --git a/config/local/manager_config_patch.yaml b/config/local/manager_config_patch.yaml index ccb91b8..fd94de1 100644 --- a/config/local/manager_config_patch.yaml +++ b/config/local/manager_config_patch.yaml @@ -7,5 +7,4 @@ spec: template: spec: containers: - - name: manager - imagePullPolicy: Never \ No newline at end of file + - name: manager \ No newline at end of file