Skip to content

Commit

Permalink
change to common chart
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Nov 27, 2024
1 parent b2db541 commit 44c1f4f
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 27 deletions.
1 change: 1 addition & 0 deletions kubernetes/vector-operator/app/netpol.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---
35 changes: 35 additions & 0 deletions kubernetes/vector-operator/app/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
namespace: vector-operator
name: vector-operator
spec:
chart:
spec:
sourceRef:
kind: HelmRepository
name: vector-operator
chart: vector-operator
version: "0.3"
interval: 1h
maxHistory: 1
timeout: 1m0s
values:
createCRD: true
image:
repository: kaasops/vector-operator
tag: v0.1.1
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop: ["ALL"]
seccompProfile:
type: RuntimeDefault
resources: {}
serviceAccount:
create: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
namespace: vector-operator
name: bjw-s
name: vector-operator
spec:
url: https://bjw-s.github.io/helm-charts
url: https://kaasops.github.io/vector-operator/helm
interval: 24h
1 change: 1 addition & 0 deletions kubernetes/vector-operator/base/netpol.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---
File renamed without changes.
Empty file.
8 changes: 5 additions & 3 deletions kubernetes/vector-operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
- repo.yaml
- release.yaml
- base/ns.yaml
- base/netpol.yaml
- app/repo.yaml
- app/release.yaml
- app/netpol.yaml
22 changes: 0 additions & 22 deletions kubernetes/vector-operator/release.yaml

This file was deleted.

0 comments on commit 44c1f4f

Please sign in to comment.