Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
helm: update readme and tweak values for rgw secret (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt authored Jun 12, 2023
1 parent 19480ee commit 351617f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/extended-ceph-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.7
version: 1.2.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/extended-ceph-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for deploying the extended-ceph-exporter to Kubernetes

![Version: 1.2.7](https://img.shields.io/badge/Version-1.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square)
![Version: 1.2.8](https://img.shields.io/badge/Version-1.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.2](https://img.shields.io/badge/AppVersion-v1.0.2-informational?style=flat-square)

## Get Repo Info

Expand All @@ -28,6 +28,7 @@ _See [configuration](#configuration) below._
_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._

### Development Build

To deploy from a local build from your development environment:

```console
Expand Down
2 changes: 1 addition & 1 deletion charts/extended-ceph-exporter/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ _See [configuration](#configuration) below._

_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._


### Development Build

To deploy from a local build from your development environment:

```console
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
annotations:
# This is what defines this resource as a hook. Without this line, the
# job is considered part of the release.
"helm.sh/hook": post-install,pre-upgrade
"helm.sh/hook": "post-install,post-upgrade"
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": before-hook-creation
spec:
Expand Down
4 changes: 2 additions & 2 deletions charts/extended-ceph-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ config:
host: ""
# -- RGW admin access key
# @default -- Randomly generated
accessKey: ""
accessKey: null
# -- RGW admin secret key
# @default -- Randomly generated
secretKey: ""
secretKey: null

# -- Will be put in a Secret and used as env vars
additionalEnv: {}
Expand Down

0 comments on commit 351617f

Please sign in to comment.