Created
November 15, 2021 22:05
-
-
Save warroyo/f887b021edb100df3e4b484820bfae53 to your computer and use it in GitHub Desktop.
update harbor cert issuer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #@ load("@ytt:overlay", "overlay") | |
| #@ load("/values.star", "values") | |
| #@ harbor_tls_cert = overlay.subset({"kind": "Certificate", "metadata": {"name": "harbor-tls-cert"}}) | |
| #@overlay/match by=harbor_tls_cert | |
| --- | |
| spec: | |
| issuerRef: | |
| name: #@ values.customIssuer | |
| kind: ClusterIssuer | |
| group: cert-manager.io |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| customIssuer: <custom issuer name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment