Skip to content

Commit

Permalink
fix missing var env
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Aug 11, 2021
1 parent 25d1dfa commit 8d12d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions concourse/pipelines/template/k8s-pipeline.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ jobs:
file: cf-ops-automation/concourse/tasks/execute_k8s_shells/task.yml
params:
COA_DEPLOYMENT_NAME: <%= name %>
COA_ROOT_DEPLOYMENT_NAME: <%= root_deployment_name %>
CUSTOM_SCRIPT_DIR: paas-templates-resource/<%= root_deployment_name %>/<%= name %>/k8s-config
CREDHUB_SERVER: ((credhub-server))
CREDHUB_CLIENT: ((credhub-client))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:
file: cf-ops-automation/concourse/tasks/execute_k8s_shells/task.yml
params:
COA_DEPLOYMENT_NAME: k8s-sample
COA_ROOT_DEPLOYMENT_NAME: simple-depls
CUSTOM_SCRIPT_DIR: paas-templates-resource/simple-depls/k8s-sample/k8s-config
CREDHUB_SERVER: ((credhub-server))
CREDHUB_CLIENT: ((credhub-client))
Expand Down

0 comments on commit 8d12d74

Please sign in to comment.