Skip to content

Commit

Permalink
Merge pull request #1445 from CecileRobertMichon/make-creds-optional
Browse files Browse the repository at this point in the history
Make azure credentials optional in manager deployment
  • Loading branch information
k8s-ci-robot authored Jul 5, 2021
2 parents 69cac90 + c255f36 commit 2ac653f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/default/credentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: system
type: Opaque
data:
subscription-id: ${AZURE_SUBSCRIPTION_ID_B64}
tenant-id: ${AZURE_TENANT_ID_B64}
client-id: ${AZURE_CLIENT_ID_B64}
client-secret: ${AZURE_CLIENT_SECRET_B64}
subscription-id: ${AZURE_SUBSCRIPTION_ID_B64:=""}
tenant-id: ${AZURE_TENANT_ID_B64:=""}
client-id: ${AZURE_CLIENT_ID_B64:=""}
client-secret: ${AZURE_CLIENT_SECRET_B64:=""}

0 comments on commit 2ac653f

Please sign in to comment.