Skip to content

Commit

Permalink
Fix registry facade not being able to start up
Browse files Browse the repository at this point in the history
  • Loading branch information
Furisto authored and roboquat committed Jun 9, 2022
1 parent 28c4b23 commit dbd8d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .werft/util/certs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function copyCachedSecret(werft: Werft, params: InstallCertificateParams, slice:
| yq d - 'metadata.uid' \
| yq d - 'metadata.resourceVersion' \
| yq d - 'metadata.creationTimestamp' \
| yq d - 'metadata.ownerReferences' \
| sed 's/${params.certName}/${params.certSecretName}/g' \
| kubectl --kubeconfig ${params.destinationKubeconfig} apply --namespace=${params.destinationNamespace} -f -`

Expand Down

0 comments on commit dbd8d6b

Please sign in to comment.