We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f15f04 + 8e129bd commit 631d31bCopy full SHA for 631d31b
charts/otomi-pipelines/templates/tekton-pipeline.yaml
@@ -82,3 +82,6 @@ spec:
82
- input: $(tasks.otomi-git-clone.results.TRIGGER_TEAMS_PIPELINE)
83
operator: in
84
values: ['1']
85
+ - input: $(tasks.otomi-git-clone.results.CI)
86
+ operator: in
87
+ values: ['1']
helmfile.d/snippets/defaults.gotmpl
@@ -209,11 +209,11 @@ environments:
209
value: "50"
210
selfService:
211
teamMembers:
212
- - createServices: true
213
- - editSecurityPolicies: true
214
- - useCloudShell: true
215
- - downloadKubeconfig: true
216
- - downloadDockerLogin: true
+ createServices: true
+ editSecurityPolicies: true
+ useCloudShell: true
+ downloadKubeconfig: true
+ downloadDockerLogin: true
217
password: {{ randAlphaNum 32 }}
218
{{- end }}
219
0 commit comments