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.
0 parents commit a24d66fCopy full SHA for a24d66f
.gitignore
@@ -0,0 +1,4 @@
1
+
2
3
+# Ignore DevSpace cache and log folder
4
+.devspace/
devspace.yaml
@@ -0,0 +1,15 @@
+version: v2beta1
+name: double-flag
+profiles:
5
+ - name: local
6
+ - name: test
7
8
+pipelines:
9
+ deploy:
10
+ run: |-
11
+ echo $(get_flag "profile")
12
+ echo $(get_flag "force-deploy")
13
14
+vars:
15
+ DEVSPACE_FLAGS: --namespace double-flag
0 commit comments