Try to get traefik helm working

This commit is contained in:
SeanOMik 2023-04-02 14:41:12 -04:00
parent 49a8d53cbf
commit b78374e434
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 6 additions and 6 deletions

View File

@ -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