Skip to content

Commit

Permalink
#SDSV-24 Add environment properties to deploy state on codefresh yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmartin committed Mar 13, 2024
1 parent 63016f6 commit 2e97524
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/k8s/codefresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ steps:
- export REGISTRY="${{REGISTRY}}/"
- export DOMAIN="${{DOMAIN}}"
- chmod +x ./deploy.sh
- ./deploy.sh
- ./deploy.sh
environment:
- KUBECONTEXT=${{CLUSTER_NAME}}
- KUBERNETES_NAMESPACE=${{NAMESPACE}}

0 comments on commit 2e97524

Please sign in to comment.