mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 15:22:36 +03:00
9 lines
238 B
YAML
9 lines
238 B
YAML
---
|
|
apiVersion: v1
|
|
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 }}
|