mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 23:32:35 +03:00
[stage-3] fix values for simple-app and atlantis
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user