Skip to content

Commit

Permalink
Removed non used argocd constants
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Nov 21, 2024
1 parent 8158551 commit 78e1e40
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkg/controllers/localbuild/argo.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ import (
var installArgoFS embed.FS

const (
argocdDevModePassword = "developer"
argocdAdminSecretName = "argocd-secret"
argocdInitialAdminSecretName = "argocd-initial-admin-secret"
argocdInitialAdminPasswordKey = "argocd-initial-admin-secret"
argocdNamespace = "argocd"
argocdDevModePassword = "developer"
argocdAdminSecretName = "argocd-secret"
argocdNamespace = "argocd"
)

func RawArgocdInstallResources(templateData any, config v1alpha1.PackageCustomization, scheme *runtime.Scheme) ([][]byte, error) {
Expand Down

0 comments on commit 78e1e40

Please sign in to comment.