Skip to content

Commit

Permalink
Added 4.18 gcp admin gate
Browse files Browse the repository at this point in the history
  • Loading branch information
btoll committed Jan 29, 2025
1 parent 7a94fff commit e451d34
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/osd-cluster-acks/gcp/4.18/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
deploymentMode: SelectorSyncSet
selectorSyncSet:
matchExpressions:
- key: hive.openshift.io/version-major-minor
operator: In
values: ["4.17"]
- key: hive.openshift.io/cluster-platform
operator: In
values: ["gcp"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: operator.openshift.io/v1
kind: CloudCredential
name: cluster
applyMode: AlwaysApply
patch: '{"metadata":{"annotations":{"cloudcredential.openshift.io/upgradeable-to":"v4.18"}}}'
patchType: merge

0 comments on commit e451d34

Please sign in to comment.