Skip to content

Commit

Permalink
remove unused 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 aa51a3a commit 99254a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global:
namespaceOverride: ""
ingressClassName: "" # if set, takes precedence over the solvers.http01.ingress.class
ingressClassName: ""

issuers:
annotations:
Expand All @@ -18,7 +18,6 @@ solvers:
ingress:
name: ""
class: ""
ingressClassName: ""
serviceType: "NodePort"
gatewayHTTPRoute:
name: ""
Expand Down
2 changes: 0 additions & 2 deletions charts/fullstack-deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ acme-cluster-issuer:
solvers: # TODO change in: https://github.com/hashgraph/full-stack-testing/issues/631
http01:
solverType: "ingress"
ingress:
ingressClassName: '{{ .Values.global.ingressClassName }}'

# default settings for a single node
# This default configurations can be overridden for each node in the hedera.nodes section.
Expand Down

0 comments on commit 99254a7

Please sign in to comment.