Skip to content

Commit aa49df5

Browse files
committed
chore: format default Helm additional envs
Signed-off-by: András Jáky <ajaky@cisco.com>
1 parent 9f71c1d commit aa49df5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

install/charts/oasf/values.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ image:
2424
config:
2525
server_port: 8080
2626

27-
# Additional environment variables
28-
env:
29-
GA_TRACKING_ID: "G-9B6D1W2GX8"
30-
3127
# service exposes gRPC server api
3228
service:
3329
type: ClusterIP
@@ -52,8 +48,10 @@ volumeMounts: []
5248
# - name: schema
5349
# mountPath: /app/schema/reload
5450

51+
# Additional environment variables
5552
env: {}
56-
# SCHEMA_DIR: /app/schema/reload
53+
# GA_TRACKING_ID: "G-XXXXXXXX-X"
54+
# SCHEMA_DIR: /app/schema/reload
5755

5856
podAnnotations: {}
5957

@@ -83,7 +81,7 @@ ingress:
8381
# - secretName: chart-example-tls
8482
# hosts:
8583
# - chart-example.local
86-
service: {} # Service configuration for the ingress controller
84+
service: {} # Service configuration for the ingress controller
8785
# type: ClusterIP
8886

8987
resources: {}

0 commit comments

Comments
 (0)