Skip to content
Snippets Groups Projects
Verified Commit 62a6e00e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(goharbor): Fix missing secret name definition

This patch adds the secret names for goharbor into the helm values,
since the `secret` source requires to specify them explicitly.
parent 784f1593
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,9 @@ spec: ...@@ -9,6 +9,9 @@ spec:
expose: expose:
tls: tls:
certSource: secret certSource: secret
secret:
secretName: harbor-tls
notarySecretName: harbor-notary-tls
ingress: ingress:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
...@@ -25,8 +28,8 @@ sops: ...@@ -25,8 +28,8 @@ sops:
azure_kv: [] azure_kv: []
hc_vault: [] hc_vault: []
age: [] age: []
lastmodified: "2022-01-21T00:48:20Z" lastmodified: "2022-01-21T01:28:46Z"
mac: ENC[AES256_GCM,data:sVQLq/ZjXDRIBaeKC+g5uZfVDSe3u21VSI2qrTQYmPj+gwz9OrAVkcFNsCa7AZt8VR//NJKJNK4TDE8EKGzdxgK6Cbfv1WqBgpyBtZRnKAFtXgHQ6WtcVqJ5KWLytHyuG9+6LOlkbvsX2Q7YTBpD1vI4I0Kw1FtV842/RrEYxyo=,iv:XRN9bOog7uA0rRW8QaM92XQNawbbfAUXYsRAknMLukI=,tag:BjDujy3FUFBH24eDW2neDw==,type:str] mac: ENC[AES256_GCM,data:zn+7OtV1ISjGp1mW3yCMMdZnGyume1+05q2PcxK6AwLS4UBqNoxvyQTDz/p+XwS4WG0G1gwDy4B205GY3T/s1UC0GvdMuE+AQ6a2Mz7/hArHKgQUAcXBsMxLTCZ2Pb3CsllWI427yPnXYVpEtd79KqeoxA5xtKq5Qs0K6r2ol8s=,iv:6Mk2GDGNzSIVZz8Srg6L/iPJHXwcrl054H8QFTdKuEQ=,tag:p1iUrn2/foTcx3jAM/EdtQ==,type:str]
pgp: pgp:
- created_at: "2022-01-21T00:21:42Z" - created_at: "2022-01-21T00:21:42Z"
enc: |- enc: |-
......
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