debugging
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata: { name: airflow, namespace: ai }
|
||||
metadata: { name: airflow, namespace: argocd }
|
||||
spec:
|
||||
project: ai-stack
|
||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ kubectl apply -n argocd -f apps/0-project-and-root.yaml;
|
||||
kubectl -n ai create secret generic airflow-fernet-key-secret --from-literal=fernet-key=$(python3 -c 'import secrets;print(secrets.token_urlsafe(32))')
|
||||
kubectl -n ai create secret generic airflow-webserver-secret --from-literal=webserver-secret-key=$(python3 -c 'import secrets;print(secrets.token_hex(16))')
|
||||
|
||||
minikube service -n ai airflow-webserver --url
|
||||
minikube service -n ai airflow-webserver --url || echo "FAILED TO FIND SERVICE"
|
||||
|
||||
# port-forward argocd ui
|
||||
echo "";
|
||||
|
||||
Reference in New Issue
Block a user