dag-andersen / argocd-diff-preview

Tool for rendering manifest changes on pull requests.
45 stars 2 forks source link

Remove Service Account #23

Closed dag-andersen closed 1 month ago

github-actions[bot] commented 1 month ago

Argo CD Diff Preview

Summary:

 {base => target}/my-app | 1 -
 1 file changed, 1 deletion(-)
Diff:
```diff diff --git base/my-app target/my-app index 6d5672f..7e5ec55 100644 --- base/my-app +++ target/my-app @@ -74,12 +74,11 @@ spec: - containerPort: 80 name: http protocol: TCP readinessProbe: httpGet: path: / port: http resources: {} securityContext: {} securityContext: {} - serviceAccountName: test-namespace ```