Let's see if this fixes

This commit is contained in:
Seth Call 2025-12-14 08:08:25 -06:00
parent f49f51302e
commit 8a7d4f675d
2 changed files with 13 additions and 12 deletions

View File

@ -15,15 +15,15 @@ spec:
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
targetRevision: {{ .Values.gitBranch }} targetRevision: {{ .Values.gitBranch }}
project: default project: default
# syncPolicy: syncPolicy:
# syncOptions: syncOptions:
# - CreateNamespace=true - CreateNamespace=true
# automated: automated:
# prune: true prune: true
# allowEmpty: false allowEmpty: false
# retry: retry:
# limit: 5 limit: 5
# backoff: backoff:
# duration: 5s duration: 5s
# factor: 2 factor: 2
# maxDuration: 3m maxDuration: 3m

View File

@ -4,6 +4,7 @@ metadata:
name: webrtc-be-log-alerts name: webrtc-be-log-alerts
labels: labels:
app: webrtc-be app: webrtc-be
release: prometheus-stack
spec: spec:
groups: groups:
- name: webrtc-be.alerts - name: webrtc-be.alerts