Try publishing helm charts
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
crds:
|
||||
install: true
|
||||
install: true
|
||||
keep: true
|
||||
|
||||
|
||||
image:
|
||||
repository: gitea.badhouseplants.net/badhouseplants/rustfs-manager-operator-dev
|
||||
# This sets the pull policy for images.
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "cb2f89e80cce4be5d1a76cc34244a96e866fcd35"
|
||||
tag: "13f4a23f6f22fa170a9167f6d0fd8a2281356dfc"
|
||||
|
||||
rbac:
|
||||
create: true
|
||||
@@ -79,18 +78,18 @@ httpRoute:
|
||||
annotations: {}
|
||||
# Which Gateways this Route is attached to.
|
||||
parentRefs:
|
||||
- name: gateway
|
||||
sectionName: http
|
||||
# namespace: default
|
||||
- name: gateway
|
||||
sectionName: http
|
||||
# namespace: default
|
||||
# Hostnames matching HTTP header.
|
||||
hostnames:
|
||||
- chart-example.local
|
||||
- chart-example.local
|
||||
# List of rules and filters applied.
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /headers
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /headers
|
||||
# filters:
|
||||
# - type: RequestHeaderModifier
|
||||
# requestHeaderModifier:
|
||||
|
||||
Reference in New Issue
Block a user