fix: automatically create atlantis ns on vcluster spinup
This commit is contained in:
@@ -161,6 +161,13 @@ spec:
|
|||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/service-account.name: admin
|
kubernetes.io/service-account.name: admin
|
||||||
type: kubernetes.io/service-account-token
|
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
|
# The contents of manifests-template will be templated using helm
|
||||||
# this allows you to use helm values inside, e.g.: {{ .Release.Name }}
|
# this allows you to use helm values inside, e.g.: {{ .Release.Name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user