Skip to content

Commit

Permalink
correct structure for index reference
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Jan 22, 2024
1 parent ef4384a commit af310da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: {{ index "hedera-explorer" "selfSignedCertClusterIssuer" }}
name: {{ index .Values "hedera-explorer" "selfSignedCertClusterIssuer" }}
namespace: cert-manager
annotations:
helm.sh/hook: post-install
Expand Down

0 comments on commit af310da

Please sign in to comment.