Skip to content

Instantly share code, notes, and snippets.

View aceamarco's full-sized avatar
🎯
Focusing

Marco Acea aceamarco

🎯
Focusing
  • The Boeing Company
  • Huntington Beach, California
  • 08:27 (UTC -07:00)
View GitHub Profile
@aceamarco
aceamarco / main.ipynb
Created October 23, 2022 02:58
main.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aceamarco
aceamarco / install.sh
Last active August 12, 2021 19:17
Installing the AppSource Controller
kubectl -n argocd-appsource apply -f\
https://raw.githubusercontent.com/argoproj-labs/appsource/master/manifests/install.yaml
@aceamarco
aceamarco / sample_appsource_instance.yaml
Last active August 2, 2021 18:38
Introducing the AppSource Controller for ArgoCD
apiVersion: argoproj.io/v1alpha1
kind: AppSource
metadata:
name: sample
namespace: my-project-us-west-2
finalizers:
- "application-finalizer.appsource.argoproj.io"
spec:
path: kustomize-guestbook
repoURL: https://github.com/argoproj/argocd-example-apps
@aceamarco
aceamarco / sample_appsource_admin_configmap.yaml
Last active August 12, 2021 19:17
Introducing the AppSource Controller for ArgoCD
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-appsource-cm
namespace: argocd-appsource
data:
argocd.address: 172.17.0.6:8080
argocd.clientOpts: "--insecure"
project.profiles: |
- my-project: