Skip to content

Support diffing a local ksonnet app to the live application state (resolves #239)#298

Merged
jessesuen merged 1 commit intoargoproj:masterfrom
jessesuen:local-diff
Jun 20, 2018
Merged

Support diffing a local ksonnet app to the live application state (resolves #239)#298
jessesuen merged 1 commit intoargoproj:masterfrom
jessesuen:local-diff

Conversation

@jessesuen
Copy link
Member

@jessesuen jessesuen commented Jun 19, 2018

Example output:

$ argocd app diff argocd-cdp --local . --env cdp
===== ServiceAccount application-controller ======
===== Deployment application-controller ======
===== Role application-controller-role ======
===== RoleBinding application-controller-role-binding ======
===== ServiceAccount argocd-server ======
===== Role argocd-server-role ======
===== RoleBinding argocd-server-role-binding ======
===== Secret argocd-secret ======
 {
   "apiVersion": "v1",
   "kind": "Secret",
   "metadata": {
     "annotations": {
       "com.intuit.idps/policy-id": "p-tvzl0flgkgp9",
       "com.intuit.idps/secrets": "prod-https-crt=server.crt;prod-https-key=server.key"
     },
     "labels": {
       "applications.argoproj.io/app-name": "argocd-cdp",
-      "com.intuit.idps/appliance": "argocd-production-56erqf.pd.idps.a.intuit.comm"
+      "com.intuit.idps/appliance": "argocd-production-56erqf.pd.idps.a.intuit.com"
     },
     "name": "argocd-secret"
   },
   "type": "Opaque"
 }

===== Deployment argocd-server ======
===== Service argocd-server ======
===== ConfigMap argocd-cm ======
===== ConfigMap argocd-rbac-cm ======
===== Deployment argocd-repo-server ======
===== Service argocd-repo-server ======

@jessesuen jessesuen requested a review from alexmt June 19, 2018 22:42
@jessesuen jessesuen merged commit 933f3da into argoproj:master Jun 20, 2018
leoluz pushed a commit to leoluz/argo-cd that referenced this pull request Sep 29, 2023
… to properly execute create operation (argoproj#298)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants