Compare commits
No commits in common. "43bf733f93b68f01352c68fbe9594637f1873b77" and "5b1f9669c314453e2d8b0bcaf18d89c12434f6ac" have entirely different histories.
43bf733f93
...
5b1f9669c3
4 changed files with 0 additions and 27 deletions
|
@ -6,4 +6,3 @@ resources:
|
|||
# Pre Flux-Kustomizations
|
||||
- ./namespace.yaml
|
||||
# Flux-Kustomizations
|
||||
- ./victoria-metrics/ks.yaml
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: &app victoria-metrics-operator
|
||||
namespace: flux-system
|
||||
spec:
|
||||
targetNamespace: victoria-metrics
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
dependsOn:
|
||||
- name: external-secrets-stores
|
||||
path: ./kubernetes/apps/victoria-metrics/operator/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: homelab
|
||||
wait: false
|
||||
interval: 30m
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
||||
postBuild:
|
||||
substitute:
|
||||
APP: *app
|
Loading…
Reference in a new issue