Skip to content

Commit

Permalink
Merge pull request #147 from kubefirst/fix-argocd-tls-backup-ns
Browse files Browse the repository at this point in the history
fix-argocd-ns-on-backup-ssl
  • Loading branch information
pagottoo committed Jul 22, 2022
2 parents 5bce6da + f8aeb89 commit e8f6502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ssl/ssl.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

func getNamespacesToBackupSSL() (ns []string) {
return []string{"argo", "atlantis", "chartmuseum", "gitlab", "vault"}
return []string{"argo", "argocd", "atlantis", "chartmuseum", "gitlab", "vault"}
}

func getItemsToBackup(apiGroup string, apiVersion string, resourceType string, namespaces []string, jqQuery string) ([]string, error) {
Expand Down

0 comments on commit e8f6502

Please sign in to comment.