fix: automatically create atlantis ns on vcluster spinup

This commit is contained in:
Jonas Juselius
2024-06-06 08:50:41 +02:00
parent 9939db5afb
commit e0af3046ca
+7
View File
@@ -161,6 +161,13 @@ spec:
annotations:
kubernetes.io/service-account.name: admin
type: kubernetes.io/service-account-token
---
apiVersion: v1
kind: Namespace
metadata:
labels:
kubernetes.io/metadata.name: atlantis
name: atlantis
# The contents of manifests-template will be templated using helm
# this allows you to use helm values inside, e.g.: {{ .Release.Name }}