Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/deploy/tools/proxy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#! Copyright 2020-2023 the Pinniped contributors. All Rights Reserved.
#! Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0

#@ load("@ytt:data", "data")
#@ if data.values.deploy_proxy:
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -75,3 +76,4 @@ spec:
ports:
- port: 3128
nodePort: #@ data.values.ports.node
#@ end
4 changes: 3 additions & 1 deletion test/deploy/tools/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
#! Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0

#@data/values
Expand All @@ -16,6 +16,8 @@ ports:
#! our Kind configuration which maps 127.0.0.1:12346 to port 31235 on the Kind worker node.
local: 12346

#! deploy_proxy deploys the proxy server when true.
deploy_proxy: true

#! dex_issuer_hostname can be used to provide Dex with a DNS record or IP address for its hostname,
#! which is used to construct an issuer uri and create a certificate to serve TLS.
Expand Down
Loading