Skip to content

Commit 48424d4

Browse files
committed
add missing template
1 parent de74347 commit 48424d4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{{- if .Values.clpConfig.aws_config }}
2+
apiVersion: "v1"
3+
kind: "Secret"
4+
metadata:
5+
name: {{ include "clp.fullname" . }}-aws-config
6+
labels:
7+
{{- include "clp.labels" . | nindent 4 }}
8+
stringData:
9+
{{- with .Values.clpConfig.aws_config.credentials }}
10+
credentials: {{ . | quote }}
11+
{{- end }}
12+
{{- with .Values.clpConfig.aws_config.config }}
13+
config: {{ . | quote }}
14+
{{- end }}
15+
{{- end }}

0 commit comments

Comments
 (0)