fix: remove redis secret from atlantis chart
This commit is contained in:
+1
-1
@@ -16,6 +16,6 @@ spec:
|
||||
valueFiles:
|
||||
- $values/values/keycloak/values.yaml
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||
targetRevision: main
|
||||
targetRevision: nixidy
|
||||
ref: values
|
||||
|
||||
|
||||
@@ -8,17 +8,6 @@ metadata:
|
||||
type: Opaque
|
||||
data:
|
||||
---
|
||||
{{- if not .Values.redis.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
annotations:
|
||||
kyverno/clone: "true"
|
||||
name: {{ .Release.Name }}-redis
|
||||
type: Opaque
|
||||
data:
|
||||
{{- end }}
|
||||
---
|
||||
{{- if not .Values.cluster.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
|
||||
Reference in New Issue
Block a user