Unverified Commit 78b7bbc5 authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: updated to dry-run=client (#3064)

Showing with 1 addition and 1 deletion
+1 -1
......@@ -10,7 +10,7 @@
with_items: "{{service_env[release_name]}}"
- name: create env configmap
shell: find "{{role_path}}/templates/" -iname "*.env" -exec /bin/bash -c "ls {}; kubectl create configmap {{ release_name }}-config --from-env-file={} -n {{namespace}} --dry-run -o=yaml | kubectl apply -f - " \;
shell: find "{{role_path}}/templates/" -iname "*.env" -exec /bin/bash -c "ls {}; kubectl create configmap {{ release_name }}-config --from-env-file={} -n {{namespace}} --dry-run=client -o=yaml | kubectl apply -f - " \;
- name: create aplication configmap
shell: find "{{role_path}}/templates/" -iname "*.conf" -exec /bin/bash -c "ls {}; kubectl create configmap {{ release_name }}-config --from-file={} -n {{namespace}} --dry-run=client -o=yaml | kubectl apply -f - " \;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment