-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8ecbca
commit 2802564
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bash-tools
updated
25 files
+2 −2 | .bash.d/aliases.sh | |
+5 −0 | .bash.d/paths.sh | |
+2 −2 | .cirrus.yml | |
+0 −0 | .mdlrc | |
+1 −2 | .scrutinizer.yml | |
+2 −0 | .zshrc | |
+10 −4 | README.md | |
+2 −0 | aws/aws_secret_add_binary.sh | |
+6 −1 | checks/check_all.sh | |
+6 −3 | checks/check_srcdir_references.sh | |
+1 −1 | cicd/concourse.sh | |
+3 −0 | gcp/gcp_secret_add_binary.sh | |
+75 −0 | kubernetes/argocd_auto_sync.sh | |
+1 −1 | kubernetes/kubectl_secrets_download.sh | |
+176 −0 | kubernetes/kubernetes_secret_to_external_secret_gcp.sh | |
+1 −1 | kubernetes/kubernetes_secret_to_sealed_secret.sh | |
+179 −0 | kubernetes/kubernetes_secrets_compare_gcp_secret_manager.sh | |
+93 −0 | kubernetes/kubernetes_secrets_to_external_secrets_gcp.sh | |
+2 −2 | kubernetes/kubernetes_secrets_to_sealed_secrets.sh | |
+2 −2 | lib/aws.sh | |
+39 −0 | media/youtube_download_channel.sh | |
+2 −1 | packages/apt_install_packages.sh | |
+2 −0 | setup/brew-packages-desktop-casks.txt | |
+1 −0 | setup/brew-packages-desktop.txt | |
+1 −1 | setup/files.txt |