Skip to content

Commit

Permalink
add secrets yaml for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
LavMatt committed Jul 11, 2024
1 parent f0df98b commit d0b987d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helm_deploy/secrets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
metadata:
name: "azure-secrets"
type: Opaque
stringData:
client_id: "${AZURE_CLIENT_ID}"
client_secret: "${AZURE_CLIENT_SECRET}"
tenant_id: "${TENANT_ID}"

0 comments on commit d0b987d

Please sign in to comment.