added repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{{- if ( default false (.Values.rolloutService).enabled ) }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: rollout-service
|
||||
data:
|
||||
config.json: |-
|
||||
{{- toJson .Values.rolloutService.apps | nindent 4 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user