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

GitLab repo bad end #194

Closed
6za opened this issue Aug 5, 2022 · 0 comments
Closed

GitLab repo bad end #194

6za opened this issue Aug 5, 2022 · 0 comments

Comments

@6za
Copy link
Contributor

6za commented Aug 5, 2022

Git Repo is appearing "double encoded":

		argocdRepoSecret := &v1.Secret{
			ObjectMeta: metaV1.ObjectMeta{
				Name:      "repo-gitlab",
				Namespace: "argocd",
				Labels: map[string]string{
					"argocd.argoproj.io/secret-type": "repository",
				},
				Annotations: map[string]string{
					"managed-by": "argocd.argoproj.io",
				},
			},
			Data: map[string][]byte{
				"project": []byte("ZGVmYXVsdA=="),
				"type":    []byte("Z2l0"),
				"url":     []byte(creds.FullURL),
			},
			Type: "Opaque",
		}

Screen Shot 2022-08-05 at 10 22 28

6za added a commit that referenced this issue Aug 5, 2022
Signed-off-by: 6za <53096417+6za@users.noreply.github.com>
@6za 6za closed this as completed in 211e25c Aug 5, 2022
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

No branches or pull requests

1 participant