[stage-3] create atlantis helm chart

update readme
This commit is contained in:
2023-03-22 10:31:17 +07:00
parent 02b0b7d931
commit 72d269640e
9 changed files with 159 additions and 1 deletions

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