Update traefik helm chart to version 33.0.0
This commit is contained in:
parent
793b10fbaf
commit
d99b5686b5
4 changed files with 34 additions and 4 deletions
|
|
@ -148,8 +148,6 @@ experimental:
|
|||
moduleName: "github.com/sablierapp/sablier"
|
||||
version: "v1.8.1"
|
||||
{% endif %}
|
||||
kubernetesGateway:
|
||||
enabled: false
|
||||
{% if traefik_hub_token is defined %}
|
||||
hub:
|
||||
enabled: true
|
||||
|
|
@ -161,3 +159,21 @@ securityContext:
|
|||
readOnlyRootFilesystem: true
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
{% if false %}
|
||||
{% raw %}
|
||||
extraObjects:
|
||||
- apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: "extra"
|
||||
data:
|
||||
something: "extra"
|
||||
- |
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: "templated"
|
||||
data:
|
||||
something: {{ printf "templated" }}
|
||||
{% endraw %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue