Skip to content

Commit

Permalink
Replaces strimzi for gatewayApi on role.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoRojas committed Jun 5, 2024
1 parent 05e138a commit 976c2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/lh-operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rules:
- apiGroups: ["littlehorse.io"]
resources: ["*"]
verbs: ["*"]
{{- if .Values.strimzi.enabled }}
{{- if .Values.gatewayApi.enabled }}
- apiGroups: ["gateway.networking.k8s.io"]
resources: ["tlsroutes"]
verbs: ["get", "list", "watch", "create", "delete", "patch", "update"]
Expand Down

0 comments on commit 976c2b2

Please sign in to comment.