default nonsense :)

This commit is contained in:
Joseph Hanson 2024-08-14 08:22:50 -05:00
parent bbf6bfc915
commit 469311d1c4
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 3 deletions

View file

@ -5,6 +5,5 @@ kind: Kustomization
resources: resources:
- ./externalsecret.yaml - ./externalsecret.yaml
- ./helmrelease.yaml - ./helmrelease.yaml
- ../../../../templates/gatus/guarded
generatorOptions: generatorOptions:
disableNameSuffixHash: true disableNameSuffixHash: true

View file

@ -13,11 +13,11 @@ spec:
dependsOn: dependsOn:
- name: crunchy-postgres-operator-cluster - name: crunchy-postgres-operator-cluster
- name: external-secrets-stores - name: external-secrets-stores
path: ./kubernetes/main/apps/default/autobrr/app path: ./kubernetes/apps/default/autobrr/app
prune: true prune: true
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: home-kubernetes name: homelab
wait: false wait: false
interval: 30m interval: 30m
retryInterval: 1m retryInterval: 1m