-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit cb5ffbc.
- Loading branch information
Showing
70 changed files
with
427 additions
and
4,130 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{{/* | ||
Namespace for all resources to be installed into | ||
If not defined in values file then the helm release namespace is used | ||
By default this is not set so the helm release namespace will be used | ||
*/}} | ||
|
||
{{- define "custom.namespace" -}} | ||
{{ .Values.namespace | default .Release.Namespace }} | ||
{{/* | ||
Namespace for all resources to be installed into | ||
If not defined in values file then the helm release namespace is used | ||
By default this is not set so the helm release namespace will be used | ||
*/}} | ||
|
||
{{- define "custom.namespace" -}} | ||
{{ .Values.namespace | default .Release.Namespace }} | ||
{{- end -}} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.