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
Original file line number Diff line number Diff line change
Expand Up @@ -2914,6 +2914,7 @@ data:
containers:
- args:
- --leader-elect
- --feature-gates=GKE=${EXP_CAPG_GKE:=false}
- --diagnostics-address=${CAPG_DIAGNOSTICS_ADDRESS:=:8443}
- --insecure-diagnostics=${CAPG_INSECURE_DIAGNOSTICS:=false}
- --v=${CAPG_LOGLEVEL:=0}
Expand Down Expand Up @@ -2969,6 +2970,7 @@ data:
privileged: false
runAsGroup: 65532
runAsUser: 65532
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
Expand Down
2 changes: 1 addition & 1 deletion openshift/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module tools

go 1.18

require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240304144039-3218c094afd5
require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240502112228-a24f1aeb106b

require (
github.com/MakeNowJust/heredoc v1.0.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions openshift/tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,8 @@ github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.m
github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240304144039-3218c094afd5 h1:GRM6NyGEQ3lBCk2zr89z6SWRF5jj9VeT0y6Kj/oTQXA=
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240304144039-3218c094afd5/go.mod h1:fEXzPOnusmda/9L2GJdI/MG0c/dbpzKtMXis096fsRU=
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240502112228-a24f1aeb106b h1:b61ReGGIAZ83fdElH/Q3DWo9OIFHDR4I2Aubgztife0=
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240502112228-a24f1aeb106b/go.mod h1:fEXzPOnusmda/9L2GJdI/MG0c/dbpzKtMXis096fsRU=
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492/go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis=
github.com/opentracing/basictracer-go v1.0.0/go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74=
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openshift/tools/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ github.com/munnerz/goautoneg
# github.com/opencontainers/go-digest v1.0.0
## explicit; go 1.13
github.com/opencontainers/go-digest
# github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240304144039-3218c094afd5
# github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240502112228-a24f1aeb106b
## explicit; go 1.18
github.com/openshift/cluster-capi-operator/manifests-gen
# github.com/pelletier/go-toml/v2 v2.1.0
Expand Down