add secret configmap defaults to headplane
Publishing Charts / Publilsh-Charts (push) Successful in 19s Details

This commit is contained in:
Tomasz Frątczak 2024-05-05 11:06:35 +02:00
parent e133ab8af2
commit ccaf73d2a4
3 changed files with 13 additions and 8 deletions

View File

@ -3,7 +3,7 @@ apiVersion: v2
appVersion: "0.1.3" appVersion: "0.1.3"
description: web-ui for the open source headscale server description: web-ui for the open source headscale server
name: headplane name: headplane
version: 0.1.0 version: 0.1.1
kubeVersion: ">= 1.16.0-0" kubeVersion: ">= 1.16.0-0"
keywords: keywords:
- headscale - headscale

View File

@ -1,6 +1,6 @@
# headplane # headplane
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square) ![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)
web-ui for the open source headscale server web-ui for the open source headscale server
@ -37,4 +37,4 @@ Kubernetes: `>= 1.16.0-0`
| service | object | See values.yaml | Configures service settings for the chart. | | service | object | See values.yaml | Configures service settings for the chart. |
---------------------------------------------- ----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)

View File

@ -47,8 +47,13 @@ ingress:
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
persistence: {} persistence: {}
# data: # -- You need to create a copy of your headscale config file as a secret
# enabled: false # -- and mount it as a volume with `kubectl create secret generic headscale-conf --from-file=./config.yaml`
# accessMode: ReadWriteOnce # config:
# size: 1Gi # enabled: true
# mountPath: /data # type: secret
# name: headscale-conf
# mountPath: /etc/tailscale
# items:
# - key: config.yaml
# path: config.yaml