You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose GH repo secrets as env vars in running containers via GH Action -> Argo CD ConfigManagementPlugin
Enterprise Custom Argo CD plugin for GitHub Secrets injection:
Overview
This plugin fetches secrets from a GitHub repository and injects them as environment variables into Kubernetes pod manifests. The plugin runs as a sidecar container alongside the argocd-repo-server. The sidecar is built and deployed via GitHub Actions, which has access to GitHub Secrets values during the build process.
Plugin Architecture
GitHub Action - Builds sidecar with secrets baked in at build time
Sidecar container - Runs the ConfigManagementPlugin server with pre-loaded secrets
Example of using Redis Streams with Javascript/ioredis
This file contains hidden or 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 hidden or 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
Search for Preferences : Configure Runtime Arguments
This will open the argv.json file with startup setting for VSCode.
// This configuration file allows you to pass permanent command line arguments to VS Code.// Only a subset of arguments is currently supported to reduce the likelihood of breaking// the installation.//// PLEASE DO NOT CHANGE WITHOUT UNDERSTANDING THE IMPACT
PRU’s on the Beaglebone - ( Using UIO with the TI Kernel )
This guide is written for fellow newbies to the BBB as an aid to understanding how to talk to the onboard PRU's. As a newbie some of my terminology and understanding may not be quite correct, however it's hopefully enough to give you an idea what is going on. The whole subject is a bit of a minefield for the beginner; a lot of things have changed over the last few years and most of the guides you come across are only partially correct, you have to pick through the bones to find the nuggets!. If you're using a modern stock debian image then blindly following them will lead to nothing but frustration. This guide will surely become irrelevant with time too but hopefully as of Oct 2017 it will be of some use.
My system
I'm using the stock debian 9.1 IOT image from Beagleboard.org on an old 2GB Beaglebone Black.
This file contains hidden or 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 hidden or 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