diff --git a/contrib/helm/harbor/templates/notary/notary-cm.yaml b/contrib/helm/harbor/templates/notary/notary-cm.yaml index 1b4477992..13c983992 100644 --- a/contrib/helm/harbor/templates/notary/notary-cm.yaml +++ b/contrib/helm/harbor/templates/notary/notary-cm.yaml @@ -59,7 +59,7 @@ data: "realm": "https://{{ .Values.externalDomain }}/service/token", "service": "harbor-notary", "issuer": "harbor-token-issuer", - "rootcertbundle": "/config/root.crt" + "rootcertbundle": "/root.crt" } } } diff --git a/contrib/helm/harbor/templates/notary/notary-server.yaml b/contrib/helm/harbor/templates/notary/notary-server.yaml index 12ccf62b3..5deb5b6fd 100644 --- a/contrib/helm/harbor/templates/notary/notary-server.yaml +++ b/contrib/helm/harbor/templates/notary/notary-server.yaml @@ -31,7 +31,7 @@ spec: - name: notary-config mountPath: /config - name: root-certificate - mountPath: /config/root.crt + mountPath: /root.crt subPath: root.crt volumes: - name: notary-config @@ -40,4 +40,4 @@ spec: - name: root-certificate secret: secretName: "{{ template "harbor.fullname" . }}-registry" -{{ end }} \ No newline at end of file +{{ end }}