We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e517467 commit 788f453Copy full SHA for 788f453
setup-scripts/setup-genai-studio/playbooks/deploy-studio.yml
@@ -52,6 +52,11 @@
52
- name: Apply studio configuration
53
command: kubectl apply -f ../studio-config.yaml
54
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
+
60
- name: Apply customized studio manifest
61
shell: "envsubst '${REGISTRY} ${TAG} ${HTTP_PROXY} ${NO_PROXY} ${MYSQL_HOST}' < ../manifests/studio-manifest.yaml | kubectl apply -f -"
62
environment:
0 commit comments