UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
sync.sh 145 B
#!/bin/bash


for hr in `kubectl get hr --no-headers -n bigbang | awk '{ print $1 }'`
do
    flux reconcile hr -n bigbang --with-source $hr
done