Moved provider-shell from user org to devfw-cicd org
This commit is contained in:
parent
0052496f31
commit
30063e3c2c
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: pkg.crossplane.io/v1
|
apiVersion: pkg.crossplane.io/v1
|
||||||
kind: Provider
|
kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
name: richardrobertreitz-provider-kind
|
name: provider-kind
|
||||||
spec:
|
spec:
|
||||||
package: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/richardrobertreitz/provider-kind:v0.1.0
|
package: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/richardrobertreitz/provider-kind:v0.1.0
|
||||||
packagePullPolicy: IfNotPresent # Only download the package if it isn’t in the cache.
|
packagePullPolicy: IfNotPresent # Only download the package if it isn’t in the cache.
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
apiVersion: pkg.crossplane.io/v1
|
apiVersion: pkg.crossplane.io/v1
|
||||||
kind: Provider
|
kind: Provider
|
||||||
metadata:
|
metadata:
|
||||||
name: richardrobertreitz-provider-shell
|
name: provider-shell
|
||||||
spec:
|
spec:
|
||||||
package: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/richardrobertreitz/provider-shell:v0.1.0
|
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.
|
packagePullPolicy: IfNotPresent # Only download the package if it isn’t in the cache.
|
||||||
revisionActivationPolicy: Automatic # Otherwise our Provider never gets activate & healthy
|
revisionActivationPolicy: Automatic # Otherwise our Provider never gets activate & healthy
|
||||||
revisionHistoryLimit: 1
|
revisionHistoryLimit: 1
|
||||||
|
|
Loading…
Reference in a new issue