1
0
Fork 0

installed app 'reloader' on project 'test' installation-path: '/'

This commit is contained in:
Sergio Talens-Oliag 2025-05-01 09:55:59 +02:00
parent ae1b356ae0
commit 5044a12792
4 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/stakater/Reloader/deployments/kubernetes/?ref=v1.4.2

View file

@ -0,0 +1,11 @@
{
"appName": "reloader",
"userGivenName": "reloader",
"destNamespace": "tools",
"destServer": "https://kubernetes.default.svc",
"srcPath": "apps/reloader/overlays/test",
"srcRepoURL": "https://forgejo.mixinet.net/blogops/argocd.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View file

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tools
resources:
- ../../base

View file

@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
creationTimestamp: null
name: tools
spec: {}
status: {}