Skip to content

Commit

Permalink
fix: (IAC-1169) deploy orchestration cmd in DAC docker container fail…
Browse files Browse the repository at this point in the history
…s running DAC's kubectl binary (#492)
  • Loading branch information
dhoucgitter authored Oct 10, 2023
1 parent 7b42427 commit bf748e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/vdm/tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
state: directory
- name: Deploy - Deploy SAS Viya
environment:
PATH: "{{ env_path + ':' + ORCHESTRATION_TOOLING_PATH }}"
PATH: "{{ ORCHESTRATION_TOOLING_PATH + ':' + env_path }}"
KUBECONFIG: "{{ KUBECONFIG }}"
WORK_DIRECTORY: "{{ ORCHESTRATION_TOOLING_DIRECTORY }}/work"
command: |
Expand All @@ -66,7 +66,7 @@
- not V4_CFG_BELOW_THE_LINE
- name: Deploy BLT - Deploy SAS Viya
environment:
PATH: "{{ env_path + ':' + ORCHESTRATION_TOOLING_PATH }}"
PATH: "{{ ORCHESTRATION_TOOLING_PATH + ':' + env_path }}"
KUBECONFIG: "{{ KUBECONFIG }}"
WORK_DIRECTORY: "{{ ORCHESTRATION_TOOLING_DIRECTORY }}/work"
EXPERIMENTAL_FEATURE_LOCAL_DEPLOYMENT_ASSETS: true
Expand Down

0 comments on commit bf748e8

Please sign in to comment.