Skip to content

Commit a056f68

Browse files
authored
Merge pull request #75 from linuxfoundation/agaete/reloader
remove reloader annotations
2 parents a69c0af + bbeec59 commit a056f68

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

charts/lfx-platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: lfx-platform
66
description: LFX Platform v2 Helm chart
77
type: application
8-
version: 0.3.4
8+
version: 0.3.5
99
icon: https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
1010
dependencies:
1111
- name: traefik

charts/lfx-platform/values.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ gateway:
112112
openfga:
113113
enabled: true
114114

115-
# Enable reloader to restart pods when ConfigMap or Secrets change
116-
annotations:
117-
reloader.stakater.com/auto: "true"
118-
119115
# Disable playground by default
120116
playground:
121117
enabled: false
@@ -170,10 +166,6 @@ heimdall:
170166
- name: heimdall-signer-cert
171167
mountPath: "/heimdall/cert/"
172168

173-
# Enable reloader to restart pods when ConfigMap or Secrets change
174-
annotations:
175-
reloader.stakater.com/auto: "true"
176-
177169
env:
178170
# Tracing Configuration
179171
HEIMDALLCFG_TRACING_ENABLED: "false"
@@ -582,10 +574,6 @@ lfx-v2-meeting-service:
582574
lfx:
583575
domain: k8s.orb.local
584576

585-
# Enable reloader to restart pods when ConfigMap or Secrets change
586-
annotations:
587-
reloader.stakater.com/auto: "true"
588-
589577
lfx-v2-auth-service:
590578
enabled: true
591579
lfx:

0 commit comments

Comments
 (0)