Skip to content

Commit

Permalink
fix: ignore for out of sync issue (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Nov 30, 2024
1 parent fac5361 commit 8c7fa9d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions bootstrap/appset-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,20 @@ spec:
persistence:
storageClass: longhorn
size: 20Gi
global:
ingress:
enabled: true
ingressClassName: traefik
ratel_hostname: ratel.dgraph.lan
alpha_hostname: alpha.dgraph.lan
hostname: alpha.dgraph.lan
ingress_grpc:
enabled: true
ingressClassName: traefik
alpha_grpc_hostname: alpha-grpc.dgraph.lan
hostname: alpha-grpc.dgraph.lan
ratel:
enabled: true
ingress:
enabled: true
ingressClassName: traefik
hostname: ratel.dgraph.lan
template:
metadata:
name: "{{.name}}"
Expand All @@ -64,6 +68,12 @@ spec:
helm:
releaseName: "{{.releaseName}}"
skipCrds: false
ignoreDifferences:
- kind: StatefulSet
group: apps
namespace: dgraph
jsonPointers:
- /spec/volumeClaimTemplates/0
templatePatch: |
{{- if hasKey . "valuesObject" }}
spec:
Expand Down

0 comments on commit 8c7fa9d

Please sign in to comment.