Skip to content

Commit

Permalink
rebase on an early commit of operator-framework#250 and implement e2e…
Browse files Browse the repository at this point in the history
… tests

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
everettraven committed Jun 6, 2023
1 parent aedd8af commit f3ad11c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testdata/bundles/plain-v0/plain.v0.1.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM scratch
COPY manifests /manifests
19 changes: 19 additions & 0 deletions testdata/bundles/plain-v0/plain.v0.1.0/manifests/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This configmap was pulled straight from the Kubernetes docs
# and can be found at https://kubernetes.io/docs/concepts/configuration/configmap/
apiVersion: v1
kind: ConfigMap
metadata:
name: game-demo
data:
# property-like keys; each key maps to a simple value
player_initial_lives: "3"
ui_properties_file_name: "user-interface.properties"

# file-like keys
game.properties: |
enemy.types=aliens,monsters
player.maximum-lives=5
user-interface.properties: |
color.good=purple
color.bad=yellow
allow.textmode=true

0 comments on commit f3ad11c

Please sign in to comment.