Skip to content

Commit

Permalink
updated env names to be qa and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
xadhatter committed Oct 25, 2023
1 parent d9f94d9 commit 8a35cfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion efs/hello-world/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21.3
go 1.21

use (
./components/backend
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: kubefox.xigxog.io/v1alpha1
kind: Environment
metadata:
name: universe
name: prod
spec:
vars:
subPath: big
subPath: prod
who: Universe
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: kubefox.xigxog.io/v1alpha1
kind: Environment
metadata:
name: world
name: qa
spec:
vars:
subPath: small
subPath: qa
who: World

0 comments on commit 8a35cfb

Please sign in to comment.