feat(nowchess): add annotations for authorized stages in production and staging
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: nowchess-staging
|
name: nowchess-staging
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
kargo.akuity.io/authorized-stage: nowchess-kargo:staging
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: nowchess
|
name: nowchess
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
kargo.akuity.io/authorized-stage: nowchess-kargo:prod
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Reference in New Issue
Block a user