Change-Id: I2dac019347973be31f0dc2056ca5109c8e65bd5e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
kind: Certificate
metadata:
name: lcm-client
- namespace: osm
+ namespace: {{ .Release.Namespace }}
spec:
secretName: lcm-client-cert
privateKey:
kind: Certificate
metadata:
name: osm-ca-certificate
- namespace: osm
+ namespace: {{ .Release.Namespace }}
spec:
isCA: true
commonName: osm
subjects:
- kind: ServiceAccount
name: grafana
- namespace: osm
+ namespace: {{ .Release.Namespace }}
{{- end -}}
\ No newline at end of file