Skip to content

Commit 8d25dcd

Browse files
added imagePullSecrets to ocean chart
1 parent d9ba589 commit 8d25dcd

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

charts/port-ocean/values.yaml

+17-17
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ port:
66
clientSecret: ""
77
baseUrl: https://api.getport.io
88

9-
podAnnotations: { }
9+
podAnnotations: {}
1010

1111
extraEnv:
1212
# Example
1313
# - name: HTTPS_PROXY
1414
# value: http://myproxy.com
1515

16-
podSecurityContext: { }
17-
# Example
16+
podSecurityContext: {}
17+
# Example
1818
# runAsGroup: 1001
1919
# runAsUser: 1001
2020
# fsGroup: 1001
21-
# fsGroupChangePolicy: "OnRootMismatch"
22-
containerSecurityContext: { }
23-
# Example
21+
# fsGroupChangePolicy: "OnRootMismatch"
22+
containerSecurityContext: {}
23+
# Example
2424
# runAsGroup: 1001
2525
# runAsUser: 1001
26-
# allowPrivilegeEscalation: false
26+
# allowPrivilegeEscalation: false
2727

2828
rolloutStrategy: "Recreate"
2929

@@ -36,19 +36,19 @@ resources:
3636
cpu: "500m"
3737

3838

39-
nodeSelector: { }
39+
nodeSelector: {}
4040

41-
tolerations: [ ]
41+
tolerations: []
4242

43-
affinity: { }
43+
affinity: {}
4444

45-
extraLabels: { }
45+
extraLabels: {}
4646

4747
imageRegistry: "ghcr.io/port-labs"
4848

4949
imagePullPolicy: Always
5050

51-
imagePullSecrets: [ ]
51+
imagePullSecrets: []
5252

5353
initializePortResources: true
5454

@@ -64,16 +64,16 @@ service:
6464
enabled: true
6565
type: ClusterIP
6666
port: 8000
67-
annotations: { }
67+
annotations: {}
6868

6969
ingress:
7070
enabled: false
7171
className: ""
72-
annotations: { }
72+
annotations: {}
7373
host: null
7474
path: /
7575
pathType: Prefix
76-
tls: [ ]
76+
tls: []
7777
# Example
7878
# - secretName: my-secret
7979
# hosts:
@@ -83,8 +83,8 @@ integration:
8383
identifier: ""
8484
version: ""
8585
type: ""
86-
config: { }
87-
secrets: { }
86+
config: {}
87+
secrets: {}
8888
eventListener:
8989
type: "KAFKA"
9090
brokers: "b-1-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-2-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-3-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196"

0 commit comments

Comments
 (0)