Try to get traefik helm working
This commit is contained in:
parent
49a8d53cbf
commit
b78374e434
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: traefik
|
||||
---
|
||||
#apiVersion: v1
|
||||
#kind: Namespace
|
||||
#metadata:
|
||||
# name: traefik
|
||||
#---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
@ -13,7 +13,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: traefik
|
||||
version: 22.0.0
|
||||
version: '22.x.x'
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: traefik-charts
|
||||
|
|
Loading…
Reference in New Issue