Advertisement
supermaca

Untitled

Mar 21st, 2023
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.18 KB | None | 0 0
  1. # 186. Use ConfigMaps
  2. apiVersion: v1
  3. kind: ConfigMap
  4. metadata:
  5.   name: demo-configmap
  6. data:
  7.     initdb.sql: |
  8.        select * from product;
  9.         create table coupon();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement