Skip to content

Commit

Permalink
Add value to disable configmap
Browse files Browse the repository at this point in the history
If providing Openshift Pipelines operator outside the charts we don't
want to affect the defaults configmap.
  • Loading branch information
solarmicrobe committed Jan 22, 2025
1 parent 8aa32d6 commit 7ae9391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/rfe-pipelines/templates/config-defaults-configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if not (defauilt .Values.defaultsConfigmap.disabled false) }}
apiVersion: v1
data:
default-service-account: pipeline
Expand All @@ -10,3 +11,4 @@ metadata:
namespace: openshift-pipelines
labels:
{{- include "common.labels.labels" . | nindent 4 }}
{{- end }}

0 comments on commit 7ae9391

Please sign in to comment.