Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Usha committed Dec 17, 2019
1 parent 26b80c4 commit 529a691
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,14 @@ jobs:
- run: |
kubectl create namespace ${{ secrets.AKS_NAMESPACE }} --dry-run -o json | kubectl apply -f -
- name: Azure key vault - Get Secrets
uses: azure/get-keyvault-secrets@v1
with:
# Name of the azure key vault
keyvault: ${{ secrets.AZURE_KEY_VAULT }}
# Name of the secret to be fetched
secrets: '*'

# Create generic secrets to be available on pods
- uses: azure/k8s-create-secret@v1
with:
Expand Down

0 comments on commit 529a691

Please sign in to comment.