-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chart values are indented 2 spaces instead of 4 (#441)
- Loading branch information
Albert
authored
Apr 3, 2023
1 parent
eedddba
commit 177a4c4
Showing
7 changed files
with
128 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changelog: | ||
- type: FIX | ||
description: chart values are indented 2 spaces instead of 4 | ||
issueLink: https://github.com/solo-io/skv2/issues/440 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# Code generated by skv2. DO NOT EDIT. | ||
|
||
painter: | ||
enabled: true | ||
env: | ||
- name: FOO | ||
value: BAR | ||
floatingUserId: false | ||
image: | ||
enabled: true | ||
env: | ||
- name: FOO | ||
value: BAR | ||
floatingUserId: false | ||
image: | ||
pullPolicy: IfNotPresent | ||
registry: quay.io/solo-io | ||
repository: painter | ||
tag: v0.0.0 | ||
ports: {} | ||
runAsUser: 10101 | ||
serviceType: "" | ||
sidecars: | ||
palette: | ||
env: null | ||
image: | ||
pullPolicy: IfNotPresent | ||
registry: quay.io/solo-io | ||
repository: painter | ||
repository: palette | ||
tag: v0.0.0 | ||
ports: {} | ||
runAsUser: 10101 | ||
serviceType: "" | ||
sidecars: | ||
palette: | ||
env: null | ||
image: | ||
pullPolicy: IfNotPresent | ||
registry: quay.io/solo-io | ||
repository: palette | ||
tag: v0.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# Code generated by skv2. DO NOT EDIT. | ||
|
||
painter: | ||
enabled: true | ||
env: null | ||
floatingUserId: false | ||
image: | ||
enabled: true | ||
env: null | ||
floatingUserId: false | ||
image: | ||
pullPolicy: IfNotPresent | ||
registry: quay.io/solo-io | ||
repository: painter | ||
tag: v0.0.0 | ||
ports: {} | ||
runAsUser: 10101 | ||
serviceType: "" | ||
sidecars: | ||
fooBar: | ||
env: null | ||
image: | ||
pullPolicy: IfNotPresent | ||
registry: quay.io/solo-io | ||
repository: painter | ||
tag: v0.0.0 | ||
ports: {} | ||
runAsUser: 10101 | ||
serviceType: "" | ||
sidecars: | ||
fooBar: | ||
env: null | ||
image: | ||
pullPolicy: IfNotPresent | ||
registry: quay.io/solo-io | ||
repository: painter | ||
tag: v0.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# Code generated by skv2. DO NOT EDIT. | ||
|
||
painter: | ||
enabled: true | ||
env: | ||
- name: FOO | ||
value: BAR | ||
floatingUserId: false | ||
image: | ||
enabled: true | ||
env: | ||
- name: FOO | ||
value: BAR | ||
floatingUserId: false | ||
image: | ||
pullPolicy: IfNotPresent | ||
registry: quay.io/solo-io | ||
repository: painter | ||
tag: v0.0.0 | ||
ports: {} | ||
runAsUser: 10101 | ||
serviceType: "" | ||
sidecars: | ||
palette: | ||
env: null | ||
image: | ||
pullPolicy: IfNotPresent | ||
registry: quay.io/solo-io | ||
repository: painter | ||
repository: palette | ||
tag: v0.0.0 | ||
ports: {} | ||
runAsUser: 10101 | ||
serviceType: "" | ||
sidecars: | ||
palette: | ||
env: null | ||
image: | ||
pullPolicy: IfNotPresent | ||
registry: quay.io/solo-io | ||
repository: palette | ||
tag: v0.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
# Code generated by skv2. DO NOT EDIT. | ||
|
||
overrideName: | ||
# Enable creation of the deployment/service. | ||
enabled: true | ||
# Environment variables for the container. For more info, see the [Kubernetes | ||
# documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvarsource-v1-core). | ||
env: null | ||
# Allow the pod to be assigned a dynamic user ID. Required for OpenShift | ||
# installations. | ||
floatingUserId: false | ||
# Container image. | ||
image: | ||
# Image pull policy. | ||
pullPolicy: IfNotPresent | ||
# Image registry. | ||
registry: quay.io/solo-io | ||
# Image name (repository). | ||
repository: painter | ||
# Version tag for the container image. | ||
tag: v0.0.0 | ||
# Service ports as a map from port name to port number. | ||
ports: {} | ||
# Static user ID to run the containers as. Unused if floatingUserId is 'true'. | ||
runAsUser: 10101 | ||
# Kubernetes service type. Can be either "ClusterIP", "NodePort", "LoadBalancer", | ||
# or "ExternalName". | ||
serviceType: "" | ||
# Optional configuration for the deployed containers. | ||
sidecars: {} | ||
# Enable creation of the deployment/service. | ||
enabled: true | ||
# Environment variables for the container. For more info, see the [Kubernetes | ||
# documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#envvarsource-v1-core). | ||
env: null | ||
# Allow the pod to be assigned a dynamic user ID. Required for OpenShift | ||
# installations. | ||
floatingUserId: false | ||
# Container image. | ||
image: | ||
# Image pull policy. | ||
pullPolicy: IfNotPresent | ||
# Image registry. | ||
registry: quay.io/solo-io | ||
# Image name (repository). | ||
repository: painter | ||
# Version tag for the container image. | ||
tag: v0.0.0 | ||
# Service ports as a map from port name to port number. | ||
ports: {} | ||
# Static user ID to run the containers as. Unused if floatingUserId is 'true'. | ||
runAsUser: 10101 | ||
# Kubernetes service type. Can be either "ClusterIP", "NodePort", "LoadBalancer", | ||
# or "ExternalName". | ||
serviceType: "" | ||
# Optional configuration for the deployed containers. | ||
sidecars: {} | ||
|