Skip to content

Commit 2ac653f

Browse files
authored
Merge pull request #1445 from CecileRobertMichon/make-creds-optional
Make azure credentials optional in manager deployment
2 parents 69cac90 + c255f36 commit 2ac653f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/default/credentials.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: system
66
type: Opaque
77
data:
8-
subscription-id: ${AZURE_SUBSCRIPTION_ID_B64}
9-
tenant-id: ${AZURE_TENANT_ID_B64}
10-
client-id: ${AZURE_CLIENT_ID_B64}
11-
client-secret: ${AZURE_CLIENT_SECRET_B64}
8+
subscription-id: ${AZURE_SUBSCRIPTION_ID_B64:=""}
9+
tenant-id: ${AZURE_TENANT_ID_B64:=""}
10+
client-id: ${AZURE_CLIENT_ID_B64:=""}
11+
client-secret: ${AZURE_CLIENT_SECRET_B64:=""}

0 commit comments

Comments
 (0)