Skip to content

Commit

Permalink
Fix bug #151
Browse files Browse the repository at this point in the history
  • Loading branch information
knutia committed Aug 21, 2024
1 parent 80ba74e commit 6a0af71
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions libchart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ image:
# - secret1
# - secret2

initContainers:
- name: network-proxy
image: network-proxy:1.0
restartPolicy: Always
initContainers: {}
# - name: network-proxy
# image: network-proxy:1.0
# restartPolicy: Always

nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -202,8 +202,5 @@ volumes: []
# - key: ssh-pub-key
# path: id_rsa.pub

autoscaling:
enabled: false

# https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/
dnsConfig: {}

0 comments on commit 6a0af71

Please sign in to comment.