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