mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-05 15:48:21 +00:00
9 lines
126 B
Text
9 lines
126 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
current_dir=$(dirname $0)
|
||
|
|
output="$current_dir/env_output"
|
||
|
|
|
||
|
|
env | grep "ARGOCD_APP_NAME" > $output
|
||
|
|
|
||
|
|
kustomize $@
|