Skip to content

Commit

Permalink
[stable/mariadb] fix annotations example (helm#16933)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Moreno <[email protected]>
  • Loading branch information
alemorcuq authored and k8s-ci-robot committed Sep 6, 2019
1 parent 96c33a2 commit 8898055
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion stable/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mariadb
version: 6.8.6
version: 6.8.7
appVersion: 10.3.17
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
keywords:
Expand Down
8 changes: 4 additions & 4 deletions stable/mariadb/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ master:
## Mariadb Master additional pod annotations
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
# annotations:
# - key: key1
# value: value1
# key: value
# another-key: another-value

## MariaDB additional command line flags
## Can be used to specify command line flags, for example:
Expand Down Expand Up @@ -299,8 +299,8 @@ slave:
## Mariadb Slave additional pod annotations
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
# annotations:
# - key: key1
# value: value1
# key: value
# another-key: another-value

## MariaDB additional command line flags
## Can be used to specify command line flags, for example:
Expand Down
8 changes: 4 additions & 4 deletions stable/mariadb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ master:
## Mariadb Master additional pod annotations
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
# annotations:
# - key: key1
# value: value1
# key: value
# another-key: another-value

## MariaDB additional command line flags
## Can be used to specify command line flags, for example:
Expand Down Expand Up @@ -299,8 +299,8 @@ slave:
## Mariadb Slave additional pod annotations
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
# annotations:
# - key: key1
# value: value1
# key: value
# another-key: another-value

## MariaDB additional command line flags
## Can be used to specify command line flags, for example:
Expand Down

0 comments on commit 8898055

Please sign in to comment.