Skip to content

Commit 164015e

Browse files
committed
after make gen
Signed-off-by: shirady <[email protected]>
1 parent bfb24b1 commit 164015e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkg/bundle/deploy.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4044,7 +4044,7 @@ data:
40444044
shared_preload_libraries = 'pg_stat_statements'
40454045
`
40464046

4047-
const Sha256_deploy_internal_deployment_endpoint_yaml = "fe660e3c058907d96617e52b14d2fa66589e5e55ac7220535c86ff56c5c945a5"
4047+
const Sha256_deploy_internal_deployment_endpoint_yaml = "022de161f617dcef00ebf42a23fd2d977e69b5b93c0d0313981183d2a566e7db"
40484048

40494049
const File_deploy_internal_deployment_endpoint_yaml = `apiVersion: apps/v1
40504050
kind: Deployment
@@ -4085,6 +4085,10 @@ spec:
40854085
secret:
40864086
secretName: noobaa-sts-serving-cert
40874087
optional: true
4088+
- name: iam-secret
4089+
secret:
4090+
secretName: noobaa-iam-serving-cert
4091+
optional: true
40884092
# This service account token can be used to provide identity outside the cluster.
40894093
# For example, this token can be used with AssumeRoleWithWebIdentity to authenticate with AWS using IAM OIDC provider and STS.
40904094
- name: bound-sa-token
@@ -4899,7 +4903,7 @@ spec:
48994903
storage: 30Gi
49004904
`
49014905

4902-
const Sha256_deploy_internal_route_iam_yaml = "adffe421b21f035fb033b0907f6fcfb4b665f0113dc89887e0b6cdc6bf09ca95"
4906+
const Sha256_deploy_internal_route_iam_yaml = "c97f843db5676140b2307ef13bf9354158eb546dcc7325adf225b24ec323c73a"
49034907

49044908
const File_deploy_internal_route_iam_yaml = `apiVersion: route.openshift.io/v1
49054909
kind: Route
@@ -4911,7 +4915,6 @@ spec:
49114915
port:
49124916
targetPort: iam-https
49134917
tls:
4914-
insecureEdgeTerminationPolicy: Allow
49154918
termination: reencrypt
49164919
to:
49174920
kind: Service

0 commit comments

Comments
 (0)