Skip to content

Commit

Permalink
assert test
Browse files Browse the repository at this point in the history
Signed-off-by: enriqueav99 <enriqueav1999@gmail.com>
  • Loading branch information
enriqueav99 committed Sep 30, 2024
1 parent 34795fd commit 3ff3e34
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions tests/k8s/1-043_validate_custom_labels_annotations/01-assert.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-sample-server
spec:
template:
metadata:
annotations:
custom: annotation
custom2: server
labels:
app.kubernetes.io/name: argocd-sample-server
custom: label
custom2: server
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-sample-repo-server
spec:
template:
metadata:
annotations:
custom: annotation
custom2: repo
labels:
app.kubernetes.io/name: argocd-sample-repo-server
custom: label
custom2: repo
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: argocd-sample-application-controller
spec:
template:
metadata:
annotations:
custom: annotation
custom2: controller
creationTimestamp: null
labels:
app.kubernetes.io/name: argocd-sample-application-controller
custom: label
custom2: controller
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-sample-applicationset-controller
spec:
template:
metadata:
annotations:
custom: annotation
custom2: applicationSet
labels:
app.kubernetes.io/name: argocd-sample-applicationset-controller
custom: label
custom2: applicationSet

0 comments on commit 3ff3e34

Please sign in to comment.