Skip to content

Commit

Permalink
Merge branch 'master' into feature/#601-kubectl-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwatson authored Mar 2, 2021
2 parents 23761a6 + c33c216 commit 09b04c4
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: myapp
data:
api.server: https://example.com
---
apiVersion: v1
data:
api.server: "https://example.com"
kind: ConfigMap
metadata:
name: myapp

0 comments on commit 09b04c4

Please sign in to comment.