You've already forked athens-proxy-charts
Compare commits
3 Commits
1.1.0
...
fe428d83d2
| Author | SHA1 | Date | |
|---|---|---|---|
| fe428d83d2 | |||
|
4c94529eab
|
|||
|
297f36920a
|
@@ -40,7 +40,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi
|
|||||||
versions can break something!
|
versions can break something!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CHART_VERSION=1.0.3
|
CHART_VERSION=1.1.1
|
||||||
helm show values volker.raschek/athens-proxy --version "${CHART_VERSION}" > values.yaml
|
helm show values volker.raschek/athens-proxy --version "${CHART_VERSION}" > values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ The helm chart also contains a persistent volume claim definition. It persistent
|
|||||||
Use the `--set` argument to persist your data.
|
Use the `--set` argument to persist your data.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CHART_VERSION=1.0.3
|
CHART_VERSION=1.1.1
|
||||||
helm install --version "${CHART_VERSION}" athens-proxy volker.raschek/athens-proxy \
|
helm install --version "${CHART_VERSION}" athens-proxy volker.raschek/athens-proxy \
|
||||||
persistence.enabled=true
|
persistence.enabled=true
|
||||||
```
|
```
|
||||||
@@ -84,7 +84,7 @@ Further information about this topic can be found in one of Kanishk's blog
|
|||||||
> Please take care the a CPU limit < `1000m` can also lead to CPU throttling. Please read the linked documentation carefully.
|
> Please take care the a CPU limit < `1000m` can also lead to CPU throttling. Please read the linked documentation carefully.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CHART_VERSION=1.0.3
|
CHART_VERSION=1.1.1
|
||||||
helm install --version "${CHART_VERSION}" athens-proxy volker.raschek/athens-proxy \
|
helm install --version "${CHART_VERSION}" athens-proxy volker.raschek/athens-proxy \
|
||||||
--set 'deployment.athensProxy.env.name=GOMAXPROCS' \
|
--set 'deployment.athensProxy.env.name=GOMAXPROCS' \
|
||||||
--set 'deployment.athensProxy.env.valueFrom.resourceFieldRef.resource=limits.cpu' \
|
--set 'deployment.athensProxy.env.valueFrom.resourceFieldRef.resource=limits.cpu' \
|
||||||
|
|||||||
@@ -48,6 +48,15 @@ spec:
|
|||||||
secretTemplate:
|
secretTemplate:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if or .Values.certificate.new.subject.countries
|
||||||
|
.Values.certificate.new.subject.localities
|
||||||
|
.Values.certificate.new.subject.organizationalUnits
|
||||||
|
.Values.certificate.new.subject.organizations
|
||||||
|
.Values.certificate.new.subject.postalCodes
|
||||||
|
.Values.certificate.new.subject.provinces
|
||||||
|
.Values.certificate.new.subject.serialNumber
|
||||||
|
.Values.certificate.new.subject.streetAddresses
|
||||||
|
}}
|
||||||
subject:
|
subject:
|
||||||
{{- with .Values.certificate.new.subject.countries }}
|
{{- with .Values.certificate.new.subject.countries }}
|
||||||
countries:
|
countries:
|
||||||
@@ -80,6 +89,7 @@ spec:
|
|||||||
streetAddresses:
|
streetAddresses:
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
usages:
|
usages:
|
||||||
{{- range .Values.certificate.new.usages }}
|
{{- range .Values.certificate.new.usages }}
|
||||||
- {{ . }}
|
- {{ . }}
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ tests:
|
|||||||
path: spec.secretTemplate.annotations
|
path: spec.secretTemplate.annotations
|
||||||
- exists:
|
- exists:
|
||||||
path: spec.secretTemplate.labels
|
path: spec.secretTemplate.labels
|
||||||
- exists:
|
- notExists:
|
||||||
path: spec.subject
|
path: spec.subject
|
||||||
- notExists:
|
- notExists:
|
||||||
path: spec.subject.countries
|
path: spec.subject.countries
|
||||||
|
|||||||
Reference in New Issue
Block a user