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.
2 parents e07b226 + 7865b4d commit 3b5cb87Copy full SHA for 3b5cb87
roles/app-installer/tasks/install_app.yaml
@@ -96,6 +96,7 @@
96
- name: "{{ package_name }} - {{ app_name }} | Deploy resources"
97
shell: |
98
kustomize build --enable-helm {{ resources_dir.path }} \
99
+ | yq eval 'select(.metadata.annotations."helm.sh/hook" != "test")' - \
100
{% if private_registry | bool %} \
101
| sed -E '/image:/ {
102
/image: (docker.io\/)?([a-z0-9\-]+\/[a-z0-9\-]+)(:[^@ ]+)?(@sha256:[a-f0-9]{64})?/ {
0 commit comments