feat: simplify charts, resources, kustomizations and applications for atlantis SPMSA
This commit is contained in:
@@ -4,6 +4,7 @@ metadata:
|
||||
annotations:
|
||||
kyverno/clone: "true"
|
||||
name: {{ .Release.Name }}-rabbitmq
|
||||
namespace: {{ .Release.Namespace }}
|
||||
type: Opaque
|
||||
data:
|
||||
---
|
||||
@@ -25,6 +26,7 @@ metadata:
|
||||
annotations:
|
||||
kyverno/clone: "true"
|
||||
name: {{ include "Atlantis.fullname" . }}-db-superuser
|
||||
namespace: {{ .Release.Namespace }}
|
||||
type: kubernetes.io/basic-auth
|
||||
data:
|
||||
username:
|
||||
@@ -48,6 +50,7 @@ metadata:
|
||||
annotations:
|
||||
kyverno/clone: "true"
|
||||
name: {{ .Values.cluster.bootstrap.source.db }}-ca
|
||||
namespace: {{ .Release.Namespace }}
|
||||
data:
|
||||
ca.crt: ""
|
||||
ca.key: ""
|
||||
|
||||
Reference in New Issue
Block a user