diff --git a/config/default/credentials.yaml b/config/default/credentials.yaml index a67ad0ab..80bbacb1 100644 --- a/config/default/credentials.yaml +++ b/config/default/credentials.yaml @@ -6,5 +6,4 @@ metadata: type: Opaque data: cloudagent-fqdn: ${AZURESTACKHCI_CLOUDAGENT_FQDN_B64} - wssd-debug-mode: ${WSSD_DEBUG_MODE_B64} - binary-location: ${AZURESTACKHCI_BINARY_LOCATION_B64} \ No newline at end of file + wssd-debug-mode: ${WSSD_DEBUG_MODE_B64} \ No newline at end of file diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b6440b5e..6ea6e69b 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -7,3 +7,5 @@ patchesStrategicMerge: - manager_pull_policy.yaml - manager_image_patch.yaml - manager_auth_proxy_patch.yaml + +namespace: caph-system \ No newline at end of file