fix: remove redis secret from atlantis chart

This commit is contained in:
2024-12-27 12:26:03 +01:00
parent 22cab489a5
commit d2b03dd2eb
2 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ spec:
valueFiles:
- $values/values/keycloak/values.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main
targetRevision: nixidy
ref: values
-11
View File
@@ -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