https://github.com/sagikazarmark/argocd-operator-util
This repo is a fork of the argocd-operator-util tool published by ArgoCD Operator
https://github.com/sagikazarmark/argocd-operator-util
Last synced: 7 months ago
JSON representation
This repo is a fork of the argocd-operator-util tool published by ArgoCD Operator
- Host: GitHub
- URL: https://github.com/sagikazarmark/argocd-operator-util
- Owner: sagikazarmark
- Created: 2022-04-04T13:44:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T23:21:31.000Z (over 2 years ago)
- Last Synced: 2025-03-06T18:52:44.284Z (7 months ago)
- Language: Dockerfile
- Size: 22.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArgoCD Operator Util
This repo is a fork of the argocd-operator-util tool published by [ArgoCD Operator](https://github.com/argoproj-labs/argocd-operator/).
It contains the following changes:
- Removed storage bucket creation from export (see [argoproj-labs/argocd-operator/issues#279](https://github.com/argoproj-labs/argocd-operator/issues/279))
## Usage
Patch your `ArgoCDExport` resources with the following:
```yaml
apiVersion: argoproj.io/v1alpha1
kind: ArgoCDExport
spec:
image: ghcr.io/sagikazarmark/argocd-operator-util
version: v0.3.0
```**Note:** The `argocd-operator-util` image is versioned with the ArgoCD Operator (not with ArgoCD itself).