[traefik] Update chart: crd & rbac

This commit is contained in:
nmlc
2020-11-25 07:54:28 +05:00
parent 642d3678ec
commit 9c4edc602a
4 changed files with 48 additions and 0 deletions
+12
View File
@@ -542,6 +542,18 @@ spec:
type: object
additionalProperties:
type: string
traefikService:
description: Metadata to add to the TraefikService
type: object
properties:
labels:
type: object
additionalProperties:
type: string
annotations:
type: object
additionalProperties:
type: string
skipAnalysis:
description: Skip analysis and promote canary
type: boolean
+12
View File
@@ -542,6 +542,18 @@ spec:
type: object
additionalProperties:
type: string
traefikService:
description: Metadata to add to the TraefikService
type: object
properties:
labels:
type: object
additionalProperties:
type: string
annotations:
type: object
additionalProperties:
type: string
skipAnalysis:
description: Skip analysis and promote canary
type: boolean
+12
View File
@@ -172,6 +172,18 @@ rules:
- update
- patch
- delete
- apiGroups:
- traefik.containo.us
resources:
- traefikservices
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- nonResourceURLs:
- /version
verbs:
+12
View File
@@ -542,6 +542,18 @@ spec:
type: object
additionalProperties:
type: string
traefikService:
description: Metadata to add to the TraefikService
type: object
properties:
labels:
type: object
additionalProperties:
type: string
annotations:
type: object
additionalProperties:
type: string
skipAnalysis:
description: Skip analysis and promote canary
type: boolean