9 lines
382 B
YAML
9 lines
382 B
YAML
apiVersion: pkg.crossplane.io/v1
|
||
kind: Provider
|
||
metadata:
|
||
name: provider-shell
|
||
spec:
|
||
package: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/provider-shell:v0.1.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
|