Skip to content

Commit

Permalink
patch for converting YAML to JSON error
Browse files Browse the repository at this point in the history
  • Loading branch information
agentpoyo committed Mar 1, 2021
1 parent 2a00809 commit 120db43
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 120db43

Please sign in to comment.