fix:Storage Location

This commit is contained in:
jevon 2023-07-27 01:04:35 +08:00
parent abef81b5a5
commit 04a6191344
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1alpha1 apiVersion: v1alpha1
kind: Setting kind: Setting
metadata: metadata:
name: theme-joe3-setting name: theme-joe-setting
spec: spec:
forms: forms:
- group: basic - group: basic

View File

@ -1,7 +1,7 @@
apiVersion: theme.halo.run/v1alpha1 apiVersion: theme.halo.run/v1alpha1
kind: Theme kind: Theme
metadata: metadata:
name: theme-joe3 name: theme-joe
spec: spec:
displayName: Theme joe3.0 displayName: Theme joe3.0
author: author:
@ -11,7 +11,7 @@ spec:
logo: "https://cdn.jsdelivr.net/gh/qinhua/halo-theme-joe2.0@master/source/img/dp/welcome.jpg" logo: "https://cdn.jsdelivr.net/gh/qinhua/halo-theme-joe2.0@master/source/img/dp/welcome.jpg"
website: "https://www.jiewen.run" website: "https://www.jiewen.run"
repo: "https://github.com/jiewenhuang/halo-theme-joe3.0" repo: "https://github.com/jiewenhuang/halo-theme-joe3.0"
settingName: "theme-joe3-setting" settingName: "theme-joe-setting"
configMapName: "theme-joe3-configMap" configMapName: "theme-joe-configMap"
version: "1.0" version: "1.0"
require: "2.0.0" require: "2.0.0"