generated from giantswarm/template-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matias Charriere <[email protected]>
- Loading branch information
1 parent
3371f36
commit 8c05b4f
Showing
9 changed files
with
17 additions
and
51 deletions.
There are no files selected for viewing
22 changes: 11 additions & 11 deletions
22
diffs/helm__envoy-gateway__templates__namespace.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
diff --git a/helm/envoy-gateway/templates/namespace.yaml b/helm/envoy-gateway/templates/namespace.yaml | ||
new file mode 100644 | ||
index 0000000..c68c79a | ||
--- /dev/null | ||
diff --git a/vendor/gateway-helm/templates/namespace.yaml b/helm/envoy-gateway/templates/namespace.yaml | ||
index 92bc258..0361b22 100644 | ||
--- a/vendor/gateway-helm/templates/namespace.yaml | ||
+++ b/helm/envoy-gateway/templates/namespace.yaml | ||
@@ -0,0 +1,6 @@ | ||
+{{ if .Values.createNamespace }} | ||
+apiVersion: v1 | ||
+kind: Namespace | ||
+metadata: | ||
+ name: '{{ .Values.namespace }}' | ||
+{{ end }} | ||
@@ -2,5 +2,5 @@ | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
- name: '{{ .Release.Namespace }}' | ||
-{{ end }} | ||
+ name: '{{ .Release.Namespace }}' | ||
+{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters