UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
sync.sh 145 B
Newer Older
  • Learn to ignore specific revisions
  • #!/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