Compare commits
3 Commits
homepage-0
...
homepage-0
Author | SHA1 | Date | |
---|---|---|---|
ffcaf51b66 | |||
30d69f695c | |||
c5feb14abc |
2
.github/workflows/lint-test.yaml
vendored
2
.github/workflows/lint-test.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Lint and Test Charts
|
||||
name: lint-and-test-charts
|
||||
|
||||
on: pull_request
|
||||
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Release Charts
|
||||
name: release-charts
|
||||
|
||||
on:
|
||||
push:
|
||||
|
12
README.md
12
README.md
@@ -1,9 +1,21 @@
|
||||
# Welcome
|
||||
|
||||
Welcome to the documentation for the [alexlebens's Helm charts](https://github.com/alexlebens/helm-charts).
|
||||
|
||||
## Getting started
|
||||
|
||||
[Helm](https://helm.sh) must be installed to use the charts in this repository.
|
||||
|
||||
Refer to Helm's [documentation](https://helm.sh/docs/) to get started.
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
helm repo add alexlebens http://alexlebens.github.io/helm-charts/
|
||||
```
|
||||
|
||||
You can then run `helm search repo alexlebens` to search the charts.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the terms of the Apache 2.0 License license.
|
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: homepage
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
description: Chart for benphelps homepage
|
||||
keywords:
|
||||
- dashboard
|
||||
|
@@ -40,6 +40,10 @@ spec:
|
||||
- name: {{ $k }}
|
||||
value: {{ $v | quote }}
|
||||
{{- end }}
|
||||
{{- with .Values.deployment.envFrom }}
|
||||
envFrom:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: homepage-config
|
||||
subPath: bookmarks.yaml
|
||||
|
@@ -6,6 +6,7 @@ deployment:
|
||||
tag: v0.8.7
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
envFrom:
|
||||
resources:
|
||||
requests:
|
||||
memory: 50Mi
|
||||
|
Reference in New Issue
Block a user