Skip to content
Snippets Groups Projects
Commit 43efa5c2 authored by garciadeblas's avatar garciadeblas
Browse files

New OKA package for jenkins


Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 17ac1a9c
Branches poc-osm-ltv
No related tags found
No related merge requests found
Pipeline #16122 failed with stage
in 31 seconds
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: bitnamicharts
namespace: jenkins
spec:
interval: 10m0s
type: oci
url: oci://registry-1.docker.io/bitnamicharts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: jenkins
namespace: jenkins
spec:
chart:
spec:
chart: jenkins
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: bitnamicharts
namespace: jenkins
install:
createNamespace: true
interval: 3m0s
targetNamespace: jenkins
values: {}
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: jenkins
namespace: jenkins
spec:
interval: 1h0m0s
path: ./apps/jenkins/manifests
prune: true
sourceRef:
kind: GitRepository
name: sw-catalogs
namespace: flux-system
apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
name: jenkins
spec: {}
status: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment