Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Argo CD URL and external URL to Deployment #566

Merged
merged 1 commit into from
Sep 28, 2021
Merged

Conversation

int128
Copy link
Owner

@int128 int128 commented Sep 28, 2021

No description provided.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

diff

  • config/default/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml
  • e2e_test/argocd/v1_configmap_argocd-cm.yaml
  • e2e_test/controller/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml

config/default/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml

diff --git a/tmp/kustomize-action-c6StfM/config/default/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml b/tmp/kustomize-action-ayPb98/config/default/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml
index 463dd19..e6b996b 100644
--- a/tmp/kustomize-action-c6StfM/config/default/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml
+++ b/tmp/kustomize-action-ayPb98/config/default/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml
@@ -13,3 +13,11 @@ rules:
   - list
   - patch
   - watch
+- apiGroups:
+  - ""
+  resources:
+  - configmaps
+  verbs:
+  - get
+  - list
+  - watch

e2e_test/argocd/v1_configmap_argocd-cm.yaml

diff --git a/tmp/kustomize-action-c6StfM/e2e_test/argocd/v1_configmap_argocd-cm.yaml b/tmp/kustomize-action-ayPb98/e2e_test/argocd/v1_configmap_argocd-cm.yaml
index a64c676..18aa013 100644
--- a/tmp/kustomize-action-c6StfM/e2e_test/argocd/v1_configmap_argocd-cm.yaml
+++ b/tmp/kustomize-action-ayPb98/e2e_test/argocd/v1_configmap_argocd-cm.yaml
@@ -1,6 +1,7 @@
 apiVersion: v1
 data:
   timeout.reconciliation: 10s
+  url: https://argocd.example.com
 kind: ConfigMap
 metadata:
   labels:

e2e_test/controller/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml

diff --git a/tmp/kustomize-action-c6StfM/e2e_test/controller/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml b/tmp/kustomize-action-ayPb98/e2e_test/controller/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml
index 463dd19..e6b996b 100644
--- a/tmp/kustomize-action-c6StfM/e2e_test/controller/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml
+++ b/tmp/kustomize-action-ayPb98/e2e_test/controller/rbac.authorization.k8s.io_v1_clusterrole_argocd-commenter-manager-role.yaml
@@ -13,3 +13,11 @@ rules:
   - list
   - patch
   - watch
+- apiGroups:
+  - ""
+  resources:
+  - configmaps
+  verbs:
+  - get
+  - list
+  - watch

@int128 int128 marked this pull request as ready for review September 28, 2021 08:57
@int128 int128 merged commit 3c8120a into master Sep 28, 2021
@int128 int128 deleted the add-url-to-deployment branch September 28, 2021 08:57
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.

1 participant