Argo app of apps
This commit is contained in:
parent
dad0e08ec3
commit
c72f1d4f25
@ -79,3 +79,19 @@ spec:
|
|||||||
name: httpbin
|
name: httpbin
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: ubuntu
|
||||||
|
namespace: argo-system
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: git@git.badhouseplants.net:badhouseplants/k8s-cluster-config.git
|
||||||
|
targetRevision: try-argo-and-flux
|
||||||
|
path: manifests/debug/ubuntu
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: default
|
||||||
|
Reference in New Issue
Block a user