Skip to content

Instantly share code, notes, and snippets.

View christianh814's full-sized avatar
๐Ÿ˜€

Christian Hernandez christianh814

๐Ÿ˜€
View GitHub Profile
@scottrigby
scottrigby / hands-on-gitops-patterns-for-helm-users.md
Last active February 1, 2026 14:32
Hands-On GitOps Patterns for Helm Users

Hands-On GitOps Patterns for Helm Users

  1. Install Flux CLI and Kind:

    $ brew reinstall flux kind
    $ kind --version
    kind version 0.10.0
    $ flux --version
    flux version 0.9.1
@chmouel
chmouel / pac-demo.org
Last active January 4, 2022 09:46
Tekton Pipelines as Code demo

How to install Pipelines as Code

Install release.yaml

kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-0.1/release-0.1.yaml

OpenShift

Expose the EventListenner


@scottrigby
scottrigby / readme.md
Last active February 3, 2023 20:12
Introduction to GitOps & The Flux Family of Projects

Introduction to GitOps & The Flux Family of Projects

Set up local cluster and Flux CLI

  1. Install Flux CLI and Kind:

    $ brew reinstall flux kind
    $ kind --version
    kind version 0.11.1

Podman on macos

  • Init a new vm
podman machine init macvm
Extracting compressed file
podman machine list
  • Start/stop/delete the VM