-
Notifications
You must be signed in to change notification settings - Fork 799
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
code-refactoring: add secrets controller #1017
Closed
jaideepr97
wants to merge
34
commits into
argoproj-labs:operator-redesign
from
jaideepr97:op-redesign-add-secrets-controller
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
1caabde
fix: don't set phase to available during host reconciliation (#918)
jaideepr97 4d09aca
update owners file (#953)
reginapizza 45f3597
Move to only adding two roles for managed namespaces (#954)
selrahal c7cfa8c
feat: expose operator metrics (#928)
jaideepr97 89825db
add build.os config for readthedocs (#967)
reginapizza 11299b7
setup 0.8.0 (#966)
reginapizza b25858d
feat: Add conversion webhook for ArgoCD v1alpha1 to v1beta1 migration…
svghadi c658019
chore(deps): bump pygments from 2.7.4 to 2.15.0 in /docs (#950)
dependabot[bot] e49612a
feat: upgrade RH-SSO from 7.5 to 7.6 (#977)
iam-veeramalla e624a26
refactor: Remove dead code (#979)
svghadi e928c0e
Replace ArgoCD v1alpha1 references with v1beta1 (#975)
svghadi 380207e
refactor: Remove deprecated .spec.resourceCustomizations (#973)
svghadi f2f9fb4
upgrade ArgoCD version to 2.8.2 and update the CRDs (#984)
ishitasequeira 8ddbce3
chore: Update ArgoCD v1alpha1 deprecation message (#988)
svghadi 297702f
Add support for tls self signed certs in AppSet Gitlab SCM Provider (…
ishitasequeira 64d5bb2
chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.8.2 to 2.8.3 …
dependabot[bot] 91bf131
feat: pick up argo cd v2.8.3 (#993)
iam-veeramalla cd7a54b
fix: replace deprecated syntax in kustomization.yaml (#1000)
minchao aa6ab4e
Missing syntax-highlighting, toggle button for screen mode in argocd-…
surajyadav1108 75d6cf4
fix: keycloak probes failure and intermittent perforamance issues (#1…
iam-veeramalla 43417be
resolve all merge conflicts
jaideepr97 7c12e38
fix broken references and update v1beta1 references
jaideepr97 cf82e5d
update missed references to argoproj
jaideepr97 520cdca
revert v1beta1 alias to argoproj
jaideepr97 7d22415
update more v1beta1 references to argoproj
jaideepr97 7d8f070
add argoprojv1alpha1 alias to v1alpha1 for naming consistency
jaideepr97 97c92d8
address review comments
jaideepr97 6768922
Merge branch 'operator-redesign' of github.com:argoproj-labs/argocd-o…
jaideepr97 a65b5ec
Merge branch 'operator-redesign' of github.com:argoproj-labs/argocd-o…
jaideepr97 6a9f6e8
add secrets controller
jaideepr97 00b7fe3
Merge branch 'operator-redesign' of github.com:argoproj-labs/argocd-o…
jaideepr97 069d50c
restore argo-cd crd
jaideepr97 3c86bce
fix argo-cd crd
jaideepr97 d730cdd
update tests
jaideepr97 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19260,4 +19260,4 @@ status: | |
kind: "" | ||
plural: "" | ||
conditions: [] | ||
storedVersions: [] | ||
storedVersions: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why
desiredVal
is needed in the returnn?