Skip to content
Snippets Groups Projects
Commit 504041f5 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-9211-Add-Labels-to-GC-Helm' into 'master'

[GONRG-9211] Added labels to gc helm

See merge request !538
parents cfe37caa ed90c20d
No related branches found
No related tags found
2 merge requests!620Update version of default branch to 0.27.0-SNAPSHOT,!538[GONRG-9211] Added labels to gc helm
Pipeline #247892 failed
......@@ -3,6 +3,8 @@ kind: Deployment
metadata:
labels:
app: {{ .Values.conf.appName | quote }}
type: core
source: java
name: {{ .Values.conf.appName | quote }}
namespace: {{ .Release.Namespace | quote }}
spec:
......
......@@ -3,6 +3,8 @@ kind: Deployment
metadata:
labels:
app: {{ .Values.conf.appName | quote }}
type: core
source: java
name: {{ .Values.conf.appName | quote }}
namespace: {{ .Release.Namespace | quote }}
spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment