Files
netology-devops-gw-infra/k8s/helm/atlantis/templates/secret.yaml
2023-03-22 10:31:17 +07:00

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 }}