Skip to content

Commit

Permalink
fix: merge request comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Haeberli committed Oct 2, 2023
1 parent 2107ca0 commit 9dbbfc9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: to-be-patched
spec:
source:
helm:
valuesObject:

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ patches:
- path: application.yaml
target:
kind: Application
- path: values.yaml
target:
kind: Application
- path: secrets.yaml
target:
kind: Application
- target:
kind: Application
name: .*
Expand All @@ -33,4 +39,4 @@ patches:
patch: |-
- op: replace
path: /metadata/namespace
value: {{ .MetadataName }}
value: {{ .MetadataName }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: to-be-patched
spec:
source:
helm:
valuesObject:

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: to-be-patched
spec:
source:
helm:
valuesObject:

0 comments on commit 9dbbfc9

Please sign in to comment.