Skip to content

Commit

Permalink
Set additional Docker ENVs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrod Skulavik committed Apr 22, 2020
1 parent 9055016 commit 98bd680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ ENV AZURE_CLIENT_ID [AZURE_CLIENT_ID]
ENV AZURE_CLIENT_SECRET [AZURE_CLIENT_SECRET]
ENV AZURE_SUBSCRIPTION_ID [AZURE_SUBSCRIPTION_ID]
ENV AZURE_TENANT_ID [AZURE_TENANT_ID]
ENV REQUEUE_AFTER "30"
ENV AZURE_OPERATOR_KEYVAULT [AZURE_OPERATOR_KEYVAULT]
ENV ASO-AZDO-AKS [ASO-AZDO-AKS]
ENV ASO-RESOURCEGROUP [ASO-RESOURCEGROUP]
ENV REQUEUE_AFTER "30"

ENTRYPOINT ["/manager"]

0 comments on commit 98bd680

Please sign in to comment.