CAT-002: catalog-info.yaml canónico con placeholders Coralware
All checks were successful
ci / build (push) Successful in 12s
All checks were successful
ci / build (push) Successful in 12s
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
apiVersion: coralware-catalog/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: mi-servicio
|
||||
name: __REPO_NAME__
|
||||
annotations:
|
||||
coralware.cloud/tier: free-trial
|
||||
gitea.coralsafety.com/repo: tenant-org/mi-servicio
|
||||
coralware.cloud/tier: __TIER__
|
||||
gitea.coralsafety.com/repo: __REPO_OWNER__/__REPO_NAME__
|
||||
spec:
|
||||
type: service
|
||||
type: __TYPE__
|
||||
lifecycle: experimental
|
||||
owner: tenant-org
|
||||
owner: __OWNER__
|
||||
|
||||
Reference in New Issue
Block a user