Skip to content

Commit

Permalink
Merge pull request #3821 from lsst-sqre/tickets/DM-46885-comcam-app-fix
Browse files Browse the repository at this point in the history
DM-46885: Fix ComCam App conditional to enable
  • Loading branch information
dspeck1 authored Oct 28, 2024
2 parents e82d5c6 + 40e2c7a commit 8125f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if (index .Values "applications" "prompt-proto-service-lsstcam") -}}
{{- if (index .Values "applications" "prompt-proto-service-lsstcomcam") -}}
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
Expand Down

0 comments on commit 8125f86

Please sign in to comment.