/ src / authservice / tasks.yaml
tasks.yaml
 1  # Copyright 2024 Defense Unicorns
 2  # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
 3  
 4  tasks:
 5    - name: validate
 6      actions:
 7        - description: Validate authservice is up
 8          wait:
 9            cluster:
10              kind: Pod
11              name: "app.kubernetes.io/name=authservice"
12              namespace: authservice
13              condition: Ready
14  
15    - name: e2e-test
16      actions:
17        - description: "Run Authservice E2E tests"