b203c04c1a
Add dockerhub secret to be able to push image to registry. Add argocd secret to be abble to notify argocd when a change occurs.
4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find . -name "*.enc.*" -exec sops updatekeys -y {} \;
|