0f2a8a2a8c
CI / call-engine (push) Failing after 2m26s
- ci-engine.yml: 2 dummy test stepiä + agnostinen publish-stage (skannaa .meta-tiedostot, PATCH raportit, postaa status + linkki) - publish-git-pages.sh: palauta BASE URL (ilman index.html) - .meta-formaatti: lisää context, description, state kentät
16 lines
471 B
YAML
16 lines
471 B
YAML
{{- if and .Values.persistence.enabled .Values.retention.enabled }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: git-pages-retention
|
|
labels:
|
|
{{- include "git-pages.componentLabels" . | nindent 4 }}
|
|
data:
|
|
retention.json: |
|
|
{{- .Values.retention.rules | toJson | nindent 4 }}
|
|
retention-cleanup.sh: |
|
|
{{- .Files.Get "files/retention-cleanup.sh" | nindent 4 }}
|
|
retention-run.sh: |
|
|
{{- .Files.Get "files/retention-run.sh" | nindent 4 }}
|
|
{{- end }}
|