Skip to content

Commit 5632060

Browse files
author
openshift-merge-bot
authored
[create-pull-request] automated change
Signed-off-by: GitHub <[email protected]>
1 parent a26da1a commit 5632060

11 files changed

+5
-11
lines changed

pkg/templates/charts/toggle/flight-control/templates/flightctl-api-config-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
data:
3-
config.yaml: "auth:\n caCert: null\n insecureSkipTlsVerify: false\n k8s:\n apiUrl: https://kubernetes.default.svc\n externalOpenShiftApiUrl: '{{ .Values.global.apiUrl }}'\n rbacNs: '{{ .Values.global.namespace }}'\ndatabase:\n hostname: flightctl-db.{{ .Values.global.namespace }}.svc.cluster.local\n name: flightctl\n port: 5432\n type: pgsql\nkv:\n hostname: flightctl-kv.{{ .Values.global.namespace }}.svc.cluster.local\n port: 6379\nservice:\n address: :3443\n agentEndpointAddress: :7443\n altNames:\n - api.{{ .Values.global.baseDomain }}\n - agent-api.{{ .Values.global.baseDomain }}\n - flightctl-api\n - flightctl-api.{{ .Values.global.namespace }}\n - flightctl-api.{{ .Values.global.namespace }}.svc.cluster.local\n baseAgentEndpointUrl: https://agent-api.{{ .Values.global.baseDomain }}/\n baseUIUrl: https://console-openshift-console.{{ .Values.global.baseDomain }}/edge\n baseUrl: https://api.{{ .Values.global.baseDomain }}/\n httpMaxHeaderBytes: 33010\n httpMaxNumHeaders: 32\n httpMaxRequestSize: 53137200\n httpMaxUrlLength: 2000\n httpReadHeaderTimeout: 5m\n httpReadTimeout: 5m\n httpWriteTimeout: 5m\n"
3+
config.yaml: "auth:\n caCert: null\n insecureSkipTlsVerify: false\n k8s:\n apiUrl: https://kubernetes.default.svc\n externalOpenShiftApiUrl: '{{ .Values.global.apiUrl }}'\n rbacNs: '{{ .Values.global.namespace }}'\ndatabase:\n hostname: 'flightctl-db.{{ .Values.global.namespace }}.svc.cluster.local'\n name: flightctl\n port: 5432\n type: pgsql\nkv:\n hostname: 'flightctl-kv.{{ .Values.global.namespace }}.svc.cluster.local'\n port: 6379\nservice:\n address: :3443\n agentEndpointAddress: :7443\n altNames:\n - api.{{ .Values.global.baseDomain }}\n - agent-api.{{ .Values.global.baseDomain }}\n - flightctl-api\n - flightctl-api.{{ .Values.global.namespace }}\n - flightctl-api.{{ .Values.global.namespace }}.svc.cluster.local\n baseAgentEndpointUrl: 'https://agent-api.{{ .Values.global.baseDomain }}/'\n baseUIUrl: 'https://console-openshift-console.{{ .Values.global.baseDomain }}/edge'\n baseUrl: 'https://api.{{ .Values.global.baseDomain }}/'\n httpMaxHeaderBytes: 33010\n httpMaxNumHeaders: 32\n httpMaxRequestSize: 53137200\n httpMaxUrlLength: 2000\n httpReadHeaderTimeout: 5m\n httpReadTimeout: 5m\n httpWriteTimeout: 5m\n"
44
kind: ConfigMap
55
metadata:
66
name: flightctl-api-config

pkg/templates/charts/toggle/flight-control/templates/flightctl-api-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ spec:
3939
topologyKey: kubernetes.io/hostname
4040
weight: 35
4141
containers:
42-
- args: []
4342
env:
4443
{{- if .Values.global.pullSecret }}
4544
- name: AGENT_IMAGE_PULL_SECRET

pkg/templates/charts/toggle/flight-control/templates/flightctl-api-placeholder_namespace-clusterrolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ roleRef:
1111
subjects:
1212
- kind: ServiceAccount
1313
name: flightctl-api
14-
namespace: '{{ default "PLACEHOLDER_NAMESPACE" .Values.global.namespace }}'
14+
namespace: '{{ .Values.global.namespace }}'

pkg/templates/charts/toggle/flight-control/templates/flightctl-cli-artifacts-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ spec:
3939
topologyKey: kubernetes.io/hostname
4040
weight: 35
4141
containers:
42-
- args: []
4342
env:
4443
{{- if .Values.global.pullSecret }}
4544
- name: AGENT_IMAGE_PULL_SECRET

pkg/templates/charts/toggle/flight-control/templates/flightctl-db-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ spec:
3939
topologyKey: kubernetes.io/hostname
4040
weight: 35
4141
containers:
42-
- args: []
4342
env:
4443
{{- if .Values.global.pullSecret }}
4544
- name: AGENT_IMAGE_PULL_SECRET

pkg/templates/charts/toggle/flight-control/templates/flightctl-periodic-config-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
data:
3-
config.yaml: "database:\n hostname: flightctl-db.{{ .Values.global.namespace }}.svc.cluster.local\n name: flightctl\n port: 5432\n type: pgsql\nkv:\n hostname: flightctl-kv.{{ .Values.global.namespace }}.svc.cluster.local\n port: 6379\nservice: {}\n"
3+
config.yaml: "database:\n hostname: 'flightctl-db.{{ .Values.global.namespace }}.svc.cluster.local'\n name: flightctl\n port: 5432\n type: pgsql\nkv:\n hostname: 'flightctl-kv.{{ .Values.global.namespace }}.svc.cluster.local'\n port: 6379\nservice: {}\n"
44
kind: ConfigMap
55
metadata:
66
name: flightctl-periodic-config

pkg/templates/charts/toggle/flight-control/templates/flightctl-periodic-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ spec:
3939
topologyKey: kubernetes.io/hostname
4040
weight: 35
4141
containers:
42-
- args: []
4342
env:
4443
{{- if .Values.global.pullSecret }}
4544
- name: AGENT_IMAGE_PULL_SECRET

pkg/templates/charts/toggle/flight-control/templates/flightctl-secrets-rolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ roleRef:
1010
subjects:
1111
- kind: ServiceAccount
1212
name: flightctl-secrets
13-
namespace: '{{ default "PLACEHOLDER_NAMESPACE" .Values.global.namespace }}'
13+
namespace: '{{ .Values.global.namespace }}'

pkg/templates/charts/toggle/flight-control/templates/flightctl-ui-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ spec:
4040
topologyKey: kubernetes.io/hostname
4141
weight: 35
4242
containers:
43-
- args: []
4443
env:
4544
{{- if .Values.global.pullSecret }}
4645
- name: AGENT_IMAGE_PULL_SECRET

pkg/templates/charts/toggle/flight-control/templates/flightctl-worker-config-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
data:
3-
config.yaml: "database:\n hostname: flightctl-db.{{ .Values.global.namespace }}.svc.cluster.local\n name: flightctl\n port: 5432\n type: pgsql\nkv:\n hostname: flightctl-kv.{{ .Values.global.namespace }}.svc.cluster.local\n port: 6379\nservice: {}\n"
3+
config.yaml: "database:\n hostname: 'flightctl-db.{{ .Values.global.namespace }}.svc.cluster.local'\n name: flightctl\n port: 5432\n type: pgsql\nkv:\n hostname: 'flightctl-kv.{{ .Values.global.namespace }}.svc.cluster.local'\n port: 6379\nservice: {}\n"
44
kind: ConfigMap
55
metadata:
66
name: flightctl-worker-config

0 commit comments

Comments
 (0)