File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,8 +383,8 @@ metadata:
383383 namespace : ' {{ .OperatorNamespace }}'
384384spec :
385385 dnsNames :
386- - glance-operator-metrics-service.{{ .OperatorNamespace }}.svc
387- - glance-operator-metrics-service.{{ .OperatorNamespace }}.svc.cluster.local
386+ - glance-operator-controller-manager- metrics-service.{{ .OperatorNamespace }}.svc
387+ - glance-operator-controller-manager- metrics-service.{{ .OperatorNamespace }}.svc.cluster.local
388388 issuerRef :
389389 kind : Issuer
390390 name : glance-operator-selfsigned-issuer
Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ metadata:
256256 namespace : ' {{ .OperatorNamespace }}'
257257spec :
258258 dnsNames :
259- - test-operator-metrics-service.{{ .OperatorNamespace }}.svc
260- - test-operator-metrics-service.{{ .OperatorNamespace }}.svc.cluster.local
259+ - test-operator-controller-manager- metrics-service.{{ .OperatorNamespace }}.svc
260+ - test-operator-controller-manager- metrics-service.{{ .OperatorNamespace }}.svc.cluster.local
261261 issuerRef :
262262 kind : Issuer
263263 name : test-operator-selfsigned-issuer
Original file line number Diff line number Diff line change 11resources :
22- manager.yaml
3+ apiVersion : kustomize.config.k8s.io/v1beta1
4+ kind : Kustomization
5+ images :
6+ - name : controller
7+ newName : quay.io/openstack-k8s-operators/openstack-operator
8+ newTag : latest
Original file line number Diff line number Diff line change @@ -332,8 +332,8 @@ metadata:
332332 namespace: '{{ .OperatorNamespace }}'
333333spec:
334334 dnsNames:
335- - $OPERATOR_NAME -metrics-service.{{ .OperatorNamespace }}.svc
336- - $OPERATOR_NAME -metrics-service.{{ .OperatorNamespace }}.svc.cluster.local
335+ - $OPERATOR_NAME -controller-manager- metrics-service.{{ .OperatorNamespace }}.svc
336+ - $OPERATOR_NAME -controller-manager- metrics-service.{{ .OperatorNamespace }}.svc.cluster.local
337337 issuerRef:
338338 kind: Issuer
339339 name: $OPERATOR_NAME -selfsigned-issuer
You can’t perform that action at this time.
0 commit comments