Skip to content

Commit 5082919

Browse files
Merge pull request #8 from eyenx/fix/keyref
fix(chart): keyref missing
2 parents 870cad6 + e3b070e commit 5082919

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

charts/cloudscale-slb-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
name: cloudscale-slb-controller
44
description: Kubernetes service load-balancer-controller for cloudscale resources
55
type: application
6-
version: 0.2.1
7-
appVersion: v0.2.1
6+
version: 0.2.2
7+
appVersion: v0.2.2
88
sources:
99
- https://github.com/linkyard/cloudscale-slb-controller.git

charts/cloudscale-slb-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cloudscale-slb-controller
22

3-
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)
3+
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.2](https://img.shields.io/badge/AppVersion-v0.2.2-informational?style=flat-square)
44

55
Kubernetes service load-balancer-controller for cloudscale resources
66

charts/cloudscale-slb-controller/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ spec:
4141
secretKeyRef:
4242
{{- if .Values.cloudscale.token.existingSecret }}
4343
name: {{.Values.cloudscale.token.existingSecret }}
44+
key: token
4445
{{- else }}
4546
name: {{ .Release.Name }}-cloudscale-token
4647
key: token

0 commit comments

Comments
 (0)