lint / yaml (push) Successful in 13s
lint / terraform (pull_request) Successful in 32s
lint / terraform (push) Successful in 30s
lint / ansible (pull_request) Successful in 3m39s
lint / ansible (push) Successful in 4m9s
lint / yaml (pull_request) Successful in 13s
19 lines
357 B
YAML
19 lines
357 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
annotations:
|
|
reconcile.fluxcd.io/watch: Enabled
|
|
|
|
configMapGenerator:
|
|
- name: gitea-values
|
|
namespace: gitea
|
|
files:
|
|
- values.yaml=gitea-values.yaml
|
|
|
|
resources:
|
|
- helmrepository.yaml
|
|
- helmrelease.yaml
|
|
- httproute.yaml
|