Skip to content

Commit

Permalink
feat: Work on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham2g committed Jan 24, 2025
1 parent 89ec410 commit 8b68156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions services/gateway-api-crds/1.2.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: gateway-api-1.2.0-d2iq-defaults
namespace: y${releaseNamespace}
namespace: ${releaseNamespace}
data:
values.yaml: |
# values.yaml content to enable only Gateway API CRDs installation
crds:
enabled: true
gatewayAPI: true
traefik: false
hub: false
Expand Down
2 changes: 1 addition & 1 deletion services/gateway-api-crds/1.2.0/gateway-api-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
chart:
spec:
chart: traefik-crds
version: "1.0.0" # Use the appropriate version for Traefik CRDs
version: "1.2.0" # Use the appropriate version for Traefik CRDs
sourceRef:
kind: HelmRepository
name: helm.traefik.io-traefik
Expand Down
2 changes: 1 addition & 1 deletion services/traefik/34.1.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ data:
#
providers:
kubernetesCRD:
enabled: false
enabled: true
namespaces: []
ingressClass: kommander-traefik
# - "default"
Expand Down

0 comments on commit 8b68156

Please sign in to comment.