[stage-3] fix values for simple-app and atlantis

This commit is contained in:
2023-03-27 10:32:33 +07:00
parent d0836e17a6
commit 29ba0d92d0
7 changed files with 38 additions and 38 deletions

View File

@@ -4,5 +4,5 @@ kind: Secret
metadata:
name: {{ .Chart.Name }}-{{ .Values.environment }}
data:
github_token: {{ .Values.atlantis.config.github.token | b64enc }}
github_secret: {{ .Values.atlantis.config.github.secret | b64enc }}
github_token: {{ .Values.config.github.token | b64enc }}
github_secret: {{ .Values.config.github.secret | b64enc }}