Skip to content

Commit 631d31b

Browse files
committed
Merge remote-tracking branch 'origin/main' into ci-update-prometheus-blackbox-exporter-to-7.12.0
2 parents 4f15f04 + 8e129bd commit 631d31b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

charts/otomi-pipelines/templates/tekton-pipeline.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,6 @@ spec:
8282
- input: $(tasks.otomi-git-clone.results.TRIGGER_TEAMS_PIPELINE)
8383
operator: in
8484
values: ['1']
85+
- input: $(tasks.otomi-git-clone.results.CI)
86+
operator: in
87+
values: ['1']

helmfile.d/snippets/defaults.gotmpl

+5-5
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@ environments:
209209
value: "50"
210210
selfService:
211211
teamMembers:
212-
- createServices: true
213-
- editSecurityPolicies: true
214-
- useCloudShell: true
215-
- downloadKubeconfig: true
216-
- downloadDockerLogin: true
212+
createServices: true
213+
editSecurityPolicies: true
214+
useCloudShell: true
215+
downloadKubeconfig: true
216+
downloadDockerLogin: true
217217
password: {{ randAlphaNum 32 }}
218218
{{- end }}
219219
{{- end }}

0 commit comments

Comments
 (0)