9 lines
366 B
YAML
9 lines
366 B
YAML
apiVersion: pkg.crossplane.io/v1
|
||
kind: Provider
|
||
metadata:
|
||
name: provider-argocd
|
||
spec:
|
||
package: xpkg.upbound.io/crossplane-contrib/provider-argocd:v0.9.1
|
||
packagePullPolicy: IfNotPresent # Only download the package if it isn’t in the cache.
|
||
revisionActivationPolicy: Automatic # Otherwise our Provider never gets activate & healthy
|
||
revisionHistoryLimit: 1
|