Commits on Source (2)
......@@ -19,7 +19,7 @@ apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: osm-ca-certificate
namespace: osm
namespace: {{ .Release.Namespace }}
spec:
isCA: true
commonName: osm
......
......@@ -28,5 +28,5 @@ roleRef:
subjects:
- kind: ServiceAccount
name: grafana
namespace: osm
namespace: {{ .Release.Namespace }}
{{- end -}}
\ No newline at end of file
......@@ -19,7 +19,7 @@ apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: lcm-client
namespace: osm
namespace: {{ .Release.Namespace }}
spec:
secretName: lcm-client-cert
privateKey:
......