Skip to content
Snippets Groups Projects
Commit 5f52c128 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 !476
parents 52ea0102 4b1ccc56
No related branches found
No related tags found
1 merge request!476[GONRG-9211] Added labels to gc helm
Pipeline #247473 failed
......@@ -4,6 +4,7 @@ metadata:
name: "{{ .Values.opa.conf.appName }}"
labels:
app: "{{ .Values.opa.conf.appName }}"
type: core
namespace: "{{ .Release.Namespace }}"
spec:
replicas: {{ .Values.opa.conf.replicas }}
......
......@@ -3,6 +3,7 @@ kind: Deployment
metadata:
labels:
app: "{{ .Values.conf.appName }}-bootstrap"
type: bootstrap
name: "{{ .Values.conf.appName }}-bootstrap"
namespace: "{{ .Release.Namespace }}"
spec:
......
......@@ -3,6 +3,8 @@ kind: Deployment
metadata:
labels:
app: "{{ .Values.conf.appName }}"
type: core
source: python
name: "{{ .Values.conf.appName }}"
namespace: "{{ .Release.Namespace }}"
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