Skip to content

Commit

Permalink
fix: fixed bug where kustomize was adding extra |2 to the manifest (#801
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kevin-kho authored Nov 14, 2024
1 parent 16f5048 commit f92ac0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ data:
- name: status.state
source: state
widget: Labels
form: |2
form: |
- path: spec.shardCount
name: spec.shardCount
required: false
Expand Down Expand Up @@ -174,7 +173,7 @@ data:
kind: ConfigMap
metadata:
annotations:
cloud-resources.kyma-project.io/version: v0.0.7
cloud-resources.kyma-project.io/version: v0.0.8
labels:
busola.io/extension: resource
busola.io/extension-version: "0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ data:
- name: status.state
source: state
widget: Labels
form: |2
form: |
- path: spec.shardCount
name: spec.shardCount
required: false
Expand Down Expand Up @@ -174,7 +173,7 @@ data:
kind: ConfigMap
metadata:
annotations:
cloud-resources.kyma-project.io/version: v0.0.7
cloud-resources.kyma-project.io/version: v0.0.8
labels:
busola.io/extension: resource
busola.io/extension-version: "0.5"
Expand Down
1 change: 0 additions & 1 deletion config/ui-extensions/azureredisinstances/form
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

- path: spec.shardCount
name: spec.shardCount
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ configMapGenerator:
busola.io/extension: resource
busola.io/extension-version: "0.5"
annotations:
cloud-resources.kyma-project.io/version: "v0.0.7"
cloud-resources.kyma-project.io/version: "v0.0.8"
namespace: kyma-system

0 comments on commit f92ac0b

Please sign in to comment.