22 lines
399 B
YAML
22 lines
399 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
namespace: devops
|
|
name: idp
|
|
spec:
|
|
project: k3pi
|
|
|
|
source:
|
|
repoURL: https://git.bhasher.com/Bhasher/K3Pi.git
|
|
targetRevision: HEAD
|
|
path: services/utils/idp/
|
|
directory:
|
|
recurse: true
|
|
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: idp
|
|
|
|
syncPolicy:
|
|
automated:
|
|
prune: true |