mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 23:32:35 +03:00
[stage-3] create atlantis helm chart
update readme
This commit is contained in:
8
k8s/helm/atlantis/templates/secret.yaml
Normal file
8
k8s/helm/atlantis/templates/secret.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
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 }}
|
||||
Reference in New Issue
Block a user