fix: remove wierd shit, don't know where it came from

This commit is contained in:
2025-06-22 11:48:53 +02:00
parent e80973755e
commit b7db28c372
2 changed files with 0 additions and 57 deletions
-5
View File
@@ -1,5 +0,0 @@
apiVersion: v1
appVersion: "1.0"
# description: A Helm chart for Kubernetes
name: manifests
version: 0.1.0
@@ -1,52 +0,0 @@
{{ if .Values.clusterConfig.argo.enabled }}
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: {{ .Values.sorcerer.env }}-sorcerer
namespace: argocd
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: {{ .Values.sorcerer.env }}-sorcerer
server: https://10.255.241.99:4443
project: atlantis
sources:
- repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: HEAD
path: helmfile.d
plugin:
name: helmfile-cmp
env:
- name: CLUSTER_NAME
value: {{ .Values.clusterConfig.cluster }}
- name: HELMFILE_ENVIRONMENT
value: {{ .Values.sorcerer.env }}
- name: HELMFILE_FILE_PATH
value: sorcerer.yaml.gotmpl
- repoURL: https://charts.bitnami.com/bitnami
targetRevision: 20.1.7
chart: redis
helm:
valueFiles:
- $values/values/sorcerer/values/redis-{{ .Values.sorcerer.env }}.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: main
ref: values
ignoreDifferences:
- kind: Secret
name: azure-keyvault
jqPathExpressions:
- '.data'
- '.metadata.labels'
- '.metadata.annotations'
syncPolicy:
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
# automated:
# prune: true
# selfHeal: false
{{- end }}