Skip to content

Commit

Permalink
[VDEVOPS-000]: Support for perf environment
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Mar 14, 2024
1 parent c348381 commit c6c7beb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion global/k8s-common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: k8s-common
version: 1.5.1
version: 1.6.0
description: A Library Helm Chart for grouping common logic between charts. This chart is not deployable by itself.
type: library
keywords:
Expand Down
2 changes: 2 additions & 0 deletions global/k8s-common/templates/_ingress.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Usage:
{{ .Values.global.domain }}
{{- else if eq .Values.global.environment "stage" -}}
{{ substr 0 4 .Values.global.product }}.stg.{{ .Values.global.domain }}
{{- else if eq .Values.global.environment "perf" -}}
{{ substr 0 4 .Values.global.product }}.prf.{{ .Values.global.domain }}
{{- else -}}
{{ substr 0 4 .Values.global.product }}.dev.{{ .Values.global.domain }}
{{- end -}}
Expand Down

0 comments on commit c6c7beb

Please sign in to comment.