13 lines
303 B
YAML
13 lines
303 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cnpg-app
|
|
spec:
|
|
project: default
|
|
source:
|
|
chart: cloudnative-pg
|
|
repoURL: 'https://cloudnative-pg.github.io/charts'
|
|
targetRevision: 1.27.1
|
|
destination:
|
|
namespace: default
|
|
server: 'https://kubernetes.default.svc' |