Skip to content

Commit

Permalink
Revert "The version field should be under configmanagement instead of…
Browse files Browse the repository at this point in the history
… under oci" (#9645)
  • Loading branch information
shuyama1 authored Dec 14, 2023
1 parent 06deb04 commit 617cca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/gkehub2/Feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ properties:
name: configmanagement
description: Config Management spec
properties:
- !ruby/object:Api::Type::String
name: version
description: 'Version of ACM installed'
- !ruby/object:Api::Type::NestedObject
name: configSync
description: 'ConfigSync configuration for the cluster'
Expand Down Expand Up @@ -274,6 +271,9 @@ properties:
- !ruby/object:Api::Type::String
name: syncWaitSecs
description: 'Period in seconds between consecutive syncs. Default: 15'
- !ruby/object:Api::Type::String
name: version
description: 'Version of ACM installed'
- !ruby/object:Api::Type::NestedObject
name: policycontroller
description: Policy Controller spec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ resource "google_gke_hub_feature" "feature" {
location = "global"
fleet_default_member_config {
configmanagement {
version = "1.16.0"
config_sync {
source_format = "hierarchy"
git {
Expand All @@ -487,7 +486,6 @@ resource "google_gke_hub_feature" "feature" {
location = "global"
fleet_default_member_config {
configmanagement {
version = "1.16.1"
config_sync {
source_format = "unstructured"
oci {
Expand Down

0 comments on commit 617cca4

Please sign in to comment.