Skip to content

Commit 788f453

Browse files
committed
debug
1 parent e517467 commit 788f453

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup-scripts/setup-genai-studio/playbooks/deploy-studio.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
- name: Apply studio configuration
5353
command: kubectl apply -f ../studio-config.yaml
5454

55+
- name: Debug manifest
56+
shell: |
57+
envsubst '${REGISTRY} ${TAG} ${HTTP_PROXY} ${NO_PROXY} ${MYSQL_HOST}' < ../manifests/studio-manifest.yaml > /tmp/interpolated.yaml
58+
cat /tmp/interpolated.yaml
59+
5560
- name: Apply customized studio manifest
5661
shell: "envsubst '${REGISTRY} ${TAG} ${HTTP_PROXY} ${NO_PROXY} ${MYSQL_HOST}' < ../manifests/studio-manifest.yaml | kubectl apply -f -"
5762
environment:

0 commit comments

Comments
 (0)