diff --git a/helm/rustfs-manager-operator/values.yaml b/helm/rustfs-manager-operator/values.yaml index ffb2479..739abd1 100644 --- a/helm/rustfs-manager-operator/values.yaml +++ b/helm/rustfs-manager-operator/values.yaml @@ -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: