Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 9, 2024
1 parent 589ce47 commit 6f2c2fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/templates/all_apps.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- $currentScope := .}}
{{- range .Values.services -}}
apiVersion: argoproj.io/v1alpha1
kind: Application s
kind: Application
metadata:
name: {{ .service }}
namespace: {{ $currentScope.Release.Namespace }}
Expand All @@ -23,7 +23,6 @@ spec:
- values.yaml
valuesObject:
ioc-instance.enabled: {{ ternary true false (ne .enabled false) }}

syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit 6f2c2fe

Please sign in to comment.