Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 63a624b

Browse files
committed
Add the helmrelease
1 parent 9290e71 commit 63a624b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

kubernetes/helmrelease.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
apiVersion: "helm.toolkit.fluxcd.io/v2beta1"
3+
kind: "HelmRelease"
4+
metadata:
5+
name: "nautobot"
6+
spec:
7+
interval: "30s"
8+
chart:
9+
spec:
10+
chart: "nautobot"
11+
version: "1.3.12"
12+
sourceRef:
13+
kind: "HelmRepository"
14+
name: "nautobot"
15+
namespace: "nautobot"
16+
interval: "20s"
17+
valuesFrom:
18+
- kind: "ConfigMap"
19+
name: "nautobot-values"
20+
valuesKey: "values"

kubernetes/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace: nautobot
66
resources:
77
- namespace.yaml
88
- nautobot-helmrepo.yaml
9+
- helmrelease.yaml
910

1011
generatorOptions:
1112
disableNameSuffixHash: true

0 commit comments

Comments
 (0)