We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69cac90 + c255f36 commit 2ac653fCopy full SHA for 2ac653f
config/default/credentials.yaml
@@ -5,7 +5,7 @@ metadata:
5
namespace: system
6
type: Opaque
7
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}
+ 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 commit comments